<!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>Equivalence and Splitting Techniques for Ranking Functions in Knowledge Representation and Belief Change</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Technische Universität Dortmund (TU Dortmund University)</institution>
          ,
          <addr-line>August-Schmidt-Straße 1, 44227 Dortmund</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>7</fpage>
      <lpage>13</lpage>
      <abstract>
        <p>My research revolves around conditionals and ordinal conditional functions (OCFs), which assign implausibility ranks to possible worlds. OCFs can be considered an implementation of total preorders (TPOs) representing epistemic states and are, therefore, relevant for knowledge representation, non-monotonic reasoning and belief revision. This paper briefly discusses the correspondence between OCFs and TPOs, as well as applications to belief change and nonmonotonic reasoning, connections to defeasible subsumptions in description logics, and neuro-symbolic applications.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;conditionals</kwd>
        <kwd>ranking functions</kwd>
        <kwd>epistemic states</kwd>
        <kwd>knowledge representation</kwd>
        <kwd>belief change</kwd>
        <kwd>splitting techniques</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Alexander Hahn</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-3">
      <title>2. Belief Change and Inductive Reasoning based on Epistemic States</title>
      <p>Belief change refers to updating an agent’s beliefs in the light of new information using a revision
operator * , and inductive reasoning refers to the use of inference relations |∼ Δ based on some form of
background knowledge ∆ . These two fields are deeply connected through the utilization of conditional
information.</p>
      <sec id="sec-3-1">
        <title>2.1. Iterated Belief Revision</title>
        <p>
          The popular AGM framework [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] considers three types of one-step belief changes of belief sets: expansion
(new information is fully accepted), revision (new information is accepted, but some current beliefs may
need to be given up), and contraction (some current beliefs are eliminated).
        </p>
        <p>
          When considering iterated revision, i.e. allowing multiple belief revision steps in a row, paying special
attention to conditional beliefs is of crucial importance to guarantee reasonable results. Therefore,
revision of epistemic states, which may contain more information than just the set of propositional
formulas an agent believes at a given time, is necessary. This is the core idea of the so-called DP
framework of iterated belief revision [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>Epistemic states Ψ are often represented by total preorders (TPOs) ⪯ Ψ which order a set of possible
worlds Ω according to their plausibility. A possible world 1 is more plausible in Ψ than another world
2 if 1 ⪯ Ψ 2. A conditional (|) is accepted by such a TPO if at least one possible world satisfying
 ∧  is more plausible than all worlds satisfying  ∧ ¬.</p>
        <p>
          Ordinal conditional functions (OCFs), often called ranking functions, were introduced in [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. An OCF is
a function  : Ω → N 0 ∪ {∞} such that  −1 (0) ̸= ∅, i.e., at least one world is assigned the rank 0. The
rank of a formula  is determined by () := min{() |  |= } , and  accepts a conditional (|)
(short:  |= (|) ) if ( ∧ ) &lt; ( ∧ ¬) . Hence, OCFs can be considered an implementation of
epistemic states.
        </p>
        <p>
          A c-representation is a special kind of ranking function which is based on the underlying conditional
structure of a given conditional knowledge base [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. A simplified definition is given below.
Definition 1 (c-representation). Let ∆ be a set of conditionals with ∆ = {( 1|1), . . . , (|)}. An
OCF  is a c-representation for ∆ if it satisfies  |=  for every  ∈ ∆, and is of the form
() = 
0 +
∑︁  ,
1≤≤
(1)
for all  with () ̸= ∞, where
        </p>
        <p>0,   ∈ N0 with   &gt; 0 suitably chosen to ensure that  |= ( |).</p>
        <p>
          Closely related are c-revisions (or, more generally, c-changes), which yield high-quality revision results
by adhering to a so-called principle of conditional preservation, which was axiomatized in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] and the
ideas for which go back to [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>2.2. Intentional Forgetting</title>
        <p>
          There are two main classic kinds of forgetting in the literature: AGM contraction of propositional beliefs
[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] and variable elimination in logic programming [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
        <p>
          For epistemic states, and ranking functions in particular, other types of forgetting can be considered
as well [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. For example, conditionalization (i.e. considering only specific models) and marginalization
(i.e. restricting the signature) of ranking functions may be interpreted as forgetting operations.
        </p>
        <p>
          In ongoing work1 [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], we define several subclasses of c-contractions (i.e. forgetting operators in the
form of c-changes) based on [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] and evaluate them according to postulates adapted from both the AGM
and ASP literature on forgetting [
          <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
          ]. The goal is to provide a unifying framework for forgetting in
epistemic states.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>2.3. Inductive Reasoning</title>
        <p>
          In [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] inductive inference operators are defined using the axioms Direct Inference (DI) and Trivial
Vacuity (TV).
        </p>
        <p>Definition 2 (Inductive Inference Operators
conditional belief base ∆ an inference relation |∼</p>
        <p>C). An inductive inference operator C assigns to each
Δ such that the following properties are satisfied:
1First results were presented at BRAON 2023 on Madeira.
7–13</p>
        <p>(2)
(3)</p>
        <p>
          Often, inductive reasoning is performed by (explicitly or implicitly) checking the conditionals accepted
by an epistemic state induced by ∆ . Moreover, inductive reasoning can be seen as a special case of
belief revision [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. Relationship between Total Preorders and Ranking Functions</title>
      <p>
        Clearly, there is a correspondence between ranking functions and total preorders. In [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], this
relationship is made precise via transformations, which are defined as follows.
      </p>
      <p>Definition 3 (transformation operators). The transformation operator  maps each OCF  to a TPO ⪯ 
such that for all possible worlds 1, 2 ∈ Ω
holds. The transformation operator  maps each TPO ⪯
Ψ to a ranking function  Ψ by setting
1 ⪯  2 if (</p>
      <p>1) ⩽ ( 2)
 Ψ() = min{() |  ∈ 
−1 (Ψ)}.
(DI) (|) ∈ ∆ implies  |∼</p>
      <p>Δ .
(TV) If ∆ = ∅, then  |∼</p>
      <p>Δ  only if  |= .</p>
      <p>The operator  is a well-defined such that  Ψ(1) ≤  Ψ(2) if 1 ⪯ Ψ 2 holds, i.e.,  Ψ ∈  −1 (Ψ) .
Moreover, it holds that  ∘  = , but  ∘  ̸=  in general.</p>
      <p>There are several open questions regarding the relationship between TPOs and OCFs: If one wanted to
implement TPO revision using ranking functions, which OCF would be the most adequate to represent
a TPO in a revision scenario? And in which cases is the chosen ranking representation irrelevant, and
any ranking function representing the total preorder would yield the same revision result in the end?
The diference between the possible ranking representations lies in the position of the empty layers in
the OCF, i.e. the natural numbers to which no world is assigned. Do these empty layers have drawbacks
or do they ofer advantages over TPOs?</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], first steps were taken towards answering the questions stated above by formalizing a notion
of revision equivalence of ranking functions, i.e. a property of equivalent ranking functions to remain
equivalent after revising them by the same information, and by providing first results for how revision
equivalence can be ensured. It turns out that the DP postulates alone are not strong enough to guarantee
a preservation of equivalence.
      </p>
      <p>
        Preservation of equivalence between ranking functions is, of course, not only relevant for revision,
but also for other belief change scenarios. For example, in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], equivalence postulates are considered for
forgetting operators.
      </p>
    </sec>
    <sec id="sec-5">
      <title>4. Splitting Techniques</title>
      <p>Splitting techniques can be used to handle epistemic states, and OCFs in particular, in a modular way.
For my research, I mainly focus on two kinds of splittings: syntax splittings and case splittings.</p>
      <sec id="sec-5-1">
        <title>4.1. Syntax Splitting</title>
        <p>
          The concept of syntax splitting for propositional revision goes back to [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. The idea is to take relevance
into account by partitioning the propositional signature and only changing those beliefs during revision
for which the new information is syntactically relevant. In order to do so, the belief set (resp. the
conditional knowledge base, or even the whole epistemic state) is split based on the partition of the
syntax. Afterwards, belief change or inference can be performed within the relevant local context.
        </p>
        <p>Syntax splitting is useful because it allows for revisions and reasoning to be executed more eficiently
(at least when only a small part of the signature should be afected), since reducing the signature means
exponentially reducing the amount of possible worlds that need to be considered.</p>
        <p>
          c-Revisions fulfill (a strong version of) syntax splitting [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], and inductive inference relations based
on c-representations (c-inference) satisfy adopted syntax splitting postulates for inductive reasoning
[
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. In ongoing research [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] building on [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], we propose merging principles and strategies for
marginalized epistemic states, with a focus on preserving syntax splittings.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Kinematics</title>
        <p>
          The kinematics principle has its origins in probabilistic revision [
          <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
          ] and was adapted as ranking
kinematics for ranking functions in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. The idea behind ranking kinematics is that when revising by
conditionals whose premises concern diferent exclusive cases (i.e. there exists a case splitting), one
should be able to revise by each case independently from the other cases. Moreover, when revising
by conditional information, the plausibility of a conditional’s premise should not afect the revision
process. It was shown in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] that c-revisions adhere to this principle.
        </p>
        <p>
          Based on the work mentioned above, it is part of my ongoing research to explore how the ideas
behind the kinematics principle can be utilized for inductive reasoning. As a first result, we propose a
kinematics postulate for inductive reasoning operators in [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
        </p>
        <p>Like syntax splittings, case splittings ofer the possibility to perform revisions (and inference) more
eficiently by reducing the set of possible worlds that need to be considered. The diference between the
two splitting techniques is that syntax splitting can be used to focus on possible worlds over a reduced
set of atoms, while case splittings can be used to focus on possible worlds satisfying a specific formula.
Hence, a natural next step would be to combine these two kinds of splittings.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Other Applications of OCFs</title>
      <p>Besides investigating fundamental properties of TPO- and OCF-based operators, it is part of my ongoing
research to explore possible applications of the OCF framework.</p>
      <sec id="sec-6-1">
        <title>5.1. First-Order Conditional Semantics for Defeasible DL Knowledge Bases</title>
        <p>
          Similar to propositional conditionals, defeasible subsumptions  ⊏∼  encoding statements of the
form “Usually, As are Bs” are an extension for description logics (DLs), which are (usually decidable)
fragments of first-order logic. Diferent semantics for defeasible DL knowledge bases have been proposed
[
          <xref ref-type="bibr" rid="ref22 ref23 ref24">22, 23, 24</xref>
          ], but their connection to OCF-based semantics remains to be explored. One notable work in
this regard is [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ], first steps are taken to explore the relationship between a ranking-based first-order conditional
semantics, which was proposed in [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], and DL approaches to defeasible reasoning [
          <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
          ]. Moreover, it
is proven that the OCF-based approach fulfills several rationality postulates proposed for non-monotonic
reasoning in DLs by [
          <xref ref-type="bibr" rid="ref23 ref28">23, 28</xref>
          ].
        </p>
        <p>A key diference is that many DL semantics rely on an orderings over domain elements, representing
typicality, while OCFs represent orderings over possible worlds. Defeasible subsumptions between
concepts are often evaluated by considering the most typical elements for a specific concept. For
ifrst-order conditionals, however, representatives for conditionals (instead of individual predicates) are
considered. The connection between typical elements (for predicates resp. concepts) and representatives
(for conditionals resp. defeasible subsumptions) remains to be explored.</p>
      </sec>
      <sec id="sec-6-2">
        <title>5.2. Neuro-Symbolic Applications</title>
        <p>Neuro-symbolic approaches combine neural networks and formal logics, either for the purpose of
improving a neural network’s inferential capabilities or as a means to explain the inner workings of
neural networks, which are often perceived as a “black box” by users.</p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ], we propose a methodology to extract propositional conditional knowledge bases from trained
feed-forward neural networks. Similar to an approach by [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] for the extraction of defeasible DL
knowledge bases from such networks, neurons are represented as atomic propositions, and connections
between neurons are encoded as conditionals. However, our approach is purely qualitative. Our results
show that the extracted knowledge bases do not invent inferences, i.e. everything inferred from those
knowledge bases can be inferred from the neural network itself too. However, the converse does
not necessarily hold. Thus, an interesting question is how far the accuracy of OCF-based qualitative
explanations for neural networks can be pushed.
        </p>
      </sec>
      <sec id="sec-6-3">
        <title>5.3. Epistemic Change Explanation</title>
        <p>Even logic-based methods can appear as “black boxes” when the underlying mechanisms are unknown.
When an epistemic state change is observed from the outside, i.e. only the prior and posterior state are
known, it is not obvious whether the underlying belief change mechanism satisfies desired postulates.</p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], we explore how TPOs and OCFs can be utilized in order to explain epistemic state changes,
which correspond to changes in conditional beliefs. We investigate under which circumstances a
transition from one epistemic state (represented as a TPO or OCF) to another can be modeled as a belief
change process in (extensions of) the AGM/DP framework.
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6. Summary and Future Work</title>
      <p>The goal of my research is to contribute to the topics presented in this paper, with a focus on applying
OCF-splitting techniques to belief revision and non-monotonic reasoning.</p>
      <p>
        One part of my research is concerned with forgetting in epistemic states. In [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], a unifying framework
for OCF-based forgetting operators will be presented, as well as an evaluation of postulates inspired by
both the AGM and ASP literature.
      </p>
      <p>
        Another interesting research question is how results for TPOs in the literature transfer to OCFs and
vice versa, and whether qualitative versions of techniques developed for OCFs can be formulated in the
style of [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Closely related is the investigation of limitations for the implementation of TPOs via OCFs.
The paper [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] contains a first milestone in these directions by providing a formalization of revision
equivalence and first results on how to ensure preservation of equivalence between ranking functions
across revisions.
      </p>
      <p>
        A proposal for a kinematics principle for inductive reasoning will be presented in [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. While syntax
splittings and case splittings already ofer a lot of flexibility when processing OCFs, the question of
whether and how these two approaches can be combined is still open. The goal here is to develop
methods to split OCFs in both ways, process the parts individually and then merge them back together.
Some results in this direction are expected to be published in the near future [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>
        As for first-order conditionals, we present some first results on properties from the DL literature
satisfied by first-order OCF-based semantics in [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. My goal is to continue working towards achieving
a deeper understanding for properties of semantics for first-order conditional knowledge bases, as
well as the relationship between (OCF-based semantics for) first-order conditionals and defeasible
subsumptions.
      </p>
      <p>
        Since neural networks (or statistical learning methods in general) are powerful tools yet often opaque
to the user, there is a lot of potential for both explanations and improvements of their behavior based
on formal logics. My goal in that respect is to continue to explore how OCFs can be utilized to that end.
A first approach for how a propositional conditional knowledge base with an OCF-based semantics can
be extracted from a feed-forward neural network can be found in [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ].
      </p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>Alexander Hahn was supported by the Deutsche Forschungsgemeinschaft (DFG, German Research
Foundation), project number 512363537, grant KE 1413/15-1 awarded to Gabriele Kern-Isberner.</p>
    </sec>
    <sec id="sec-9">
      <title>Declaration on Generative AI</title>
      <p>The author has not employed any Generative AI tools.</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>J. Symb. Log</source>
          .
          <volume>50</volume>
          (
          <year>1985</year>
          )
          <fpage>510</fpage>
          -
          <lpage>530</lpage>
          . doi:
          <volume>10</volume>
          .2307/2274239.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Darwiche</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pearl</surname>
          </string-name>
          ,
          <article-title>On the logic of iterated belief revision</article-title>
          ,
          <source>Artif. Intell</source>
          .
          <volume>89</volume>
          (
          <year>1997</year>
          )
          <fpage>1</fpage>
          -
          <lpage>29</lpage>
          . doi:
          <volume>10</volume>
          .1016/s0004-
          <volume>3702</volume>
          (
          <issue>96</issue>
          )
          <fpage>00038</fpage>
          -
          <lpage>0</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>W.</given-names>
            <surname>Spohn</surname>
          </string-name>
          ,
          <article-title>Ordinal conditional functions: A dynamic theory of epistemic states</article-title>
          , in: W. L.
          <string-name>
            <surname>Harper</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Skyrms (Eds.),
          <article-title>Causation in Decision, Belief Change</article-title>
          , and Statistics, Springer,
          <year>1988</year>
          , pp.
          <fpage>105</fpage>
          -
          <lpage>134</lpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -94-009-2865-
          <issue>7</issue>
          _
          <fpage>6</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <article-title>A thorough axiomatization of a principle of conditional preservation in belief revision</article-title>
          , Ann. Math. Artif. Intell.
          <volume>40</volume>
          (
          <year>2004</year>
          )
          <fpage>127</fpage>
          -
          <lpage>164</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Reiter</surname>
          </string-name>
          , Forget it!,
          <source>in: AAAI Fall Symposium on Relevance</source>
          ,
          <year>1994</year>
          , pp.
          <fpage>154</fpage>
          -
          <lpage>159</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sauerwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Bock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ragni</surname>
          </string-name>
          ,
          <article-title>Towards a general framework for kinds of forgetting in common-sense belief management</article-title>
          ,
          <source>Künstl. Intell</source>
          .
          <volume>33</volume>
          (
          <year>2018</year>
          )
          <fpage>57</fpage>
          -
          <lpage>68</lpage>
          . doi:
          <volume>10</volume>
          .1007/s13218-018-0567-3.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Howey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sauerwald</surname>
          </string-name>
          ,
          <article-title>A general framework of epistemic forgetting and its instantiation by ranking functions</article-title>
          ,
          <year>2025</year>
          . arXiv:
          <volume>2508</volume>
          .
          <fpage>21441</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Bock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sauerwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Iterated contraction of propositions and conditionals under the principle of conditional preservation</article-title>
          , in: C.
          <string-name>
            <surname>Benzmüller</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Lisetti</surname>
          </string-name>
          , M. Theobald (Eds.),
          <source>GCAI 2017. 3rd Global Conference on Artificial Intelligence</source>
          , volume
          <volume>50</volume>
          of EPiC Series in Computing, EasyChair,
          <year>2017</year>
          , pp.
          <fpage>78</fpage>
          -
          <lpage>92</lpage>
          . doi:
          <volume>10</volume>
          .29007/3q8l.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Bock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sauerwald</surname>
          </string-name>
          ,
          <article-title>Axiomatic evaluation of epistemic forgetting operators</article-title>
          , in: R.
          <string-name>
            <surname>Barták</surname>
          </string-name>
          , K. W. Brawner (Eds.),
          <source>Proceedings of the Thirty-Second International Florida Artificial Intelligence Research Society Conference (FLAIRS</source>
          <year>2019</year>
          ), AAAI Press,
          <year>2019</year>
          , pp.
          <fpage>470</fpage>
          -
          <lpage>475</lpage>
          . URL: https://aaai.org/ocs/index.php/FLAIRS/FLAIRS19/paper/view/18231.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Bock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sauerwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Belief change properties of forgetting operations over ranking functions</article-title>
          , in: A.
          <string-name>
            <surname>C. Nayak</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Sharma (Eds.),
          <source>PRICAI 2019: Trends in Artificial Intelligence</source>
          , volume
          <volume>11670</volume>
          <source>of LNCS/LNAI</source>
          , Springer, Cham,
          <year>2019</year>
          , pp.
          <fpage>459</fpage>
          -
          <lpage>472</lpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>030</fpage>
          -29908-8_
          <fpage>37</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          , G. Brewka,
          <article-title>Syntax splitting = relevance + independence: New postulates for nonmonotonic reasoning from conditional belief bases</article-title>
          ,
          <source>in: Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning (KR</source>
          <year>2020</year>
          ), Rhodes, Greece,
          <year>2020</year>
          , pp.
          <fpage>560</fpage>
          -
          <lpage>571</lpage>
          . doi:
          <volume>10</volume>
          .24963/kr.2020/56.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Spohn</surname>
          </string-name>
          ,
          <article-title>Inductive reasoning, conditionals, and belief dynamics</article-title>
          ,
          <source>Journal of Applied Logics</source>
          <volume>11</volume>
          (
          <year>2024</year>
          )
          <fpage>89</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sezgin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>A kinematics principle for iterated revision</article-title>
          ,
          <source>Artif. Intell</source>
          .
          <volume>314</volume>
          (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          .1016/j.artint.
          <year>2022</year>
          .
          <volume>103827</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Haldimann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Total preorders vs ranking functions under belief revision - the dynamics of empty layers</article-title>
          , in: P. Marquis,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ortiz</surname>
          </string-name>
          , M. Pagnucco (Eds.),
          <source>Proceedings of the 21st International Conference on Principles of Knowledge Representation and Reasoning (KR</source>
          <year>2024</year>
          ), Hanoi, Vietnam,
          <year>2024</year>
          , pp.
          <fpage>498</fpage>
          -
          <lpage>508</lpage>
          . doi:
          <volume>10</volume>
          .24963/KR.
          <year>2024</year>
          /47.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Parikh</surname>
          </string-name>
          , Beliefs, belief revision, and
          <article-title>splitting languages</article-title>
          , in: L. S. Moss,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ginzburg</surname>
          </string-name>
          , M. de Rijke (Eds.), Logic, Language, and Computation, volume
          <volume>2</volume>
          ,
          <string-name>
            <surname>CSLI</surname>
          </string-name>
          , Stanford, CA, USA,
          <year>1999</year>
          , pp.
          <fpage>266</fpage>
          -
          <lpage>278</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          , G. Brewka,
          <article-title>Strong syntax splitting for iterated belief revision</article-title>
          , in: C.
          <string-name>
            <surname>Sierra</surname>
          </string-name>
          (Ed.),
          <source>Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence (IJCAI</source>
          <year>2017</year>
          ), Melbourne, Australia,
          <year>2017</year>
          , pp.
          <fpage>1131</fpage>
          -
          <lpage>1137</lpage>
          . doi:
          <volume>10</volume>
          .24963/IJCAI.
          <year>2017</year>
          /157.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-P.</given-names>
            <surname>Spiegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          , Merging marginalized total preorders,
          <year>2025</year>
          . Unpublished. Accepted to NMR
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Jefrey</surname>
          </string-name>
          , The Logic of Decision, University of Chicago Press,
          <year>1965</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J. E.</given-names>
            <surname>Shore</surname>
          </string-name>
          , R. W. Johnson,
          <article-title>Axiomatic derivation of the principle of maximum entropy and the principle of minimum cross-entropy</article-title>
          ,
          <source>IEEE Trans. Inf. Theory</source>
          <volume>26</volume>
          (
          <year>1980</year>
          )
          <fpage>26</fpage>
          -
          <lpage>37</lpage>
          . doi:
          <volume>10</volume>
          .1109/TIT.
          <year>1980</year>
          .
          <volume>1056144</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sezgin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Ranking kinematics for revising by contextual information</article-title>
          , Ann. Math. Artif. Intell.
          <volume>89</volume>
          (
          <year>2021</year>
          )
          <fpage>1101</fpage>
          -
          <lpage>1131</lpage>
          . doi:
          <volume>10</volume>
          .1007/s10472-021-09746-2.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-P.</given-names>
            <surname>Spiegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Kinematics principles for inductive reasoning from conditional belief bases</article-title>
          ,
          <year>2025</year>
          . Unpublished. Accepted to NMR
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>G.</given-names>
            <surname>Casini</surname>
          </string-name>
          , T. Meyer, K. Moodley,
          <string-name>
            <given-names>R.</given-names>
            <surname>Nortjé</surname>
          </string-name>
          ,
          <article-title>Relevant closure: A new form of defeasible reasoning for description logics</article-title>
          , in: E. Fermé, J. Leite (Eds.),
          <source>Logics in Artificial Intelligence. JELIA</source>
          <year>2014</year>
          , volume
          <volume>8761</volume>
          <source>of LNCS/LNAI</source>
          , Springer,
          <year>2014</year>
          , pp.
          <fpage>92</fpage>
          -
          <lpage>106</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -11558-
          <issue>0</issue>
          _
          <fpage>7</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>K.</given-names>
            <surname>Britz</surname>
          </string-name>
          , G. Casini, T. Meyer, K. Moodley,
          <string-name>
            <given-names>U.</given-names>
            <surname>Sattler</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Varzinczak</surname>
          </string-name>
          ,
          <article-title>Principles of KLM-style defeasible description logics</article-title>
          ,
          <source>ACM Trans. Comput. Log</source>
          .
          <volume>22</volume>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>46</lpage>
          . doi:
          <volume>10</volume>
          .1145/3420258.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>L.</given-names>
            <surname>Giordano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Theseider</given-names>
            <surname>Dupré</surname>
          </string-name>
          ,
          <article-title>An ASP approach for reasoning in a concept-aware multipreferential lightweight DL, Theory Pract</article-title>
          . Log. Program.
          <volume>20</volume>
          (
          <year>2020</year>
          )
          <fpage>751</fpage>
          -
          <lpage>766</lpage>
          . doi:
          <volume>10</volume>
          .1017/ s1471068420000381.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>J.</given-names>
            <surname>Haldimann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Characterizing multipreference closure with system W</article-title>
          , in: F. Dupin de Saint-Cyr,
          <string-name>
            <given-names>M.</given-names>
            <surname>Öztürk-Escofier</surname>
          </string-name>
          , N. Potyka (Eds.),
          <source>Scalable Uncertainty Management. SUM</source>
          <year>2022</year>
          , volume
          <volume>13562</volume>
          <source>of LNCS/LNAI</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>79</fpage>
          -
          <lpage>91</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -18843-
          <issue>5</issue>
          _
          <fpage>6</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          , T. Meyer,
          <article-title>Ranking-based defeasible reasoning for restricted first-order conditionals applied to description logics</article-title>
          , in: N.
          <string-name>
            <surname>Gierasimczuk</surname>
          </string-name>
          , J. Heyninck (Eds.),
          <source>Proceedings of the 22nd International Workshop on Nonmonotonic Reasoning (NMR</source>
          <year>2024</year>
          ), Hanoi, Vietnam, volume
          <volume>3835</volume>
          <source>of CEUR-WS</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>162</fpage>
          -
          <lpage>172</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3835</volume>
          /paper17.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Thimm</surname>
          </string-name>
          ,
          <article-title>A ranking semantics for first-order conditionals</article-title>
          , in: L.
          <string-name>
            <surname>De Raedt</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Bessiere</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Dubois</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Doherty</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Frasconi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Heintz</surname>
            ,
            <given-names>P. J. F.</given-names>
          </string-name>
          <string-name>
            <surname>Lucas</surname>
          </string-name>
          (Eds.),
          <source>ECAI</source>
          <year>2012</year>
          , volume
          <volume>242</volume>
          <source>of FAIA</source>
          , IOS Press,
          <year>2012</year>
          , pp.
          <fpage>456</fpage>
          -
          <lpage>461</lpage>
          . doi:
          <volume>10</volume>
          .3233/978-1-
          <fpage>61499</fpage>
          -098-7-456.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>G.</given-names>
            <surname>Casini</surname>
          </string-name>
          , T. Meyer, G.
          <string-name>
            <surname>Paterson-Jones</surname>
            ,
            <given-names>I. Varzinczak</given-names>
          </string-name>
          ,
          <article-title>KLM-style defeasibility for restricted firstorder logic</article-title>
          , in: G. Governatori, A.-Y. Turhan (Eds.),
          <source>Rules and Reasoning</source>
          .
          <source>RuleML+RR</source>
          <year>2022</year>
          , volume
          <volume>13752</volume>
          <source>of LNCS</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>81</fpage>
          -
          <lpage>94</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -21541-
          <issue>4</issue>
          _
          <fpage>6</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wilhelm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <article-title>Extraction of conditional belief bases and the system Z ranking model from multilayer perceptrons for binary classification</article-title>
          , in: N.
          <string-name>
            <surname>Gierasimczuk</surname>
          </string-name>
          , J. Heyninck (Eds.),
          <source>Proceedings of the 22nd International Workshop on Nonmonotonic Reasoning (NMR</source>
          <year>2024</year>
          ), Hanoi, Vietnam, volume
          <volume>3835</volume>
          <source>of CEUR-WS</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>101</fpage>
          -
          <lpage>111</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3835</volume>
          /paper11.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>L.</given-names>
            <surname>Giordano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Theseider</given-names>
            <surname>Dupré</surname>
          </string-name>
          ,
          <article-title>Weighted defeasible knowledge bases and a multipreference semantics for a deep neural network model</article-title>
          , in: W. Faber, G. Friedrich,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gebser</surname>
          </string-name>
          , M. Morak (Eds.),
          <source>Logics in Artificial Intelligence. JELIA</source>
          <year>2021</year>
          , volume
          <volume>12678</volume>
          <source>of LNCS/LNAI</source>
          , Springer,
          <year>2021</year>
          , pp.
          <fpage>225</fpage>
          -
          <lpage>242</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -75775-5_
          <fpage>16</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kern-Isberner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-P.</given-names>
            <surname>Spiegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Beierle</surname>
          </string-name>
          ,
          <article-title>Explaining changes in total preorders and ranking functions</article-title>
          , in: K. Sauerwald, M. Thimm (Eds.),
          <article-title>Symbolic and Quantitative Approaches to Reasoning with Uncertainty - 18th European Conference</article-title>
          ,
          <string-name>
            <surname>ECSQARU</surname>
          </string-name>
          <year>2025</year>
          , Hagen, Germany,
          <source>September 23-26</source>
          ,
          <year>2025</year>
          , Proceedings, volume
          <volume>16099</volume>
          <source>of LNCS/LNAI</source>
          , Springer, Cham,
          <year>2025</year>
          , pp.
          <fpage>285</fpage>
          -
          <lpage>300</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>032</fpage>
          -05134-9_
          <fpage>20</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>