Papers
Topics
Authors
Recent
Search
2000 character limit reached

Abduction under Repair Semantics

Updated 7 July 2026
  • Abduction under Repair Semantics is a nonmonotonic explanatory framework that evaluates hypotheses against repairs of inconsistent knowledge bases rather than the raw data.
  • It distinguishes between brave and AR semantics, with brave requiring validation in at least one repair and AR demanding consistency across all repairs.
  • Research advances focus on minimality, conflict-confinement, and signature restrictions to ensure explanations remain meaningful and computationally tractable.

Abduction under repair semantics is a form of non-monotonic explanatory reasoning for inconsistent knowledge bases in which hypotheses are evaluated not against the raw inconsistent theory, but against its repairs. In the recent description-logic formulation, the starting point is an inconsistent knowledge base K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle together with an observation α\alpha that is not entailed under a chosen repair semantics; a hypothesis is then an ABox extension HH such that T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha for S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\} (Haak et al., 29 Jul 2025). This departs from classical abduction, where consistency of the augmented knowledge base is required explicitly, and it also differs from database-repair approaches that focus on restoring global consistency rather than explaining a missing entailment. The topic lies at the intersection of repair theory, inconsistency-tolerant query answering, and logic-based abduction, with early model-theoretic and abductive work on repairing inconsistent databases providing a precursor perspective [0207085].

1. Historical and conceptual origins

A foundational precursor is the model-theoretic analysis of inconsistent databases by Arenas, Bertossi, and Chomicki’s contemporaries in the early repair literature, and, in the specific abductive line considered here, the paper "Repairing Inconsistent Databases: A Model-Theoretic Approach and Abductive Reasoning" [0207085]. That work stated two complementary perspectives: a model-theoretic characterization of ways to "repair" a database by recovering consistent data from an inconsistent database, and an abductive application based on an abductive solver, the A-system, implementing an SLDNFA-resolution procedure, which computes data-facts to be inserted or retracted so as to keep the database consistent [0207085]. The abstract also states that the model-theoretic and abductive approaches are connected by soundness and completeness results.

In later description-logic work, the emphasis shifted from repairing inconsistency itself to explaining missing entailments in the presence of inconsistency. The paper "Why not? Developing ABox Abduction beyond Repairs" (Haak et al., 29 Jul 2025) explicitly positions the problem as abduction for inconsistent KBs under repair semantics, while "ABox Abduction for Inconsistent Knowledge Bases under Repair Semantics" (Haak et al., 2 May 2026) provides a broader complexity map for this setting. A related but conceptually distinct line views abduction as a mechanism for KB repair in the sense of supplying missing assertions to recover an intended entailment, not in the sense of defining a repair semantics for inconsistent KBs (Koopmann, 2021).

This suggests a useful distinction between two research threads. One thread studies repair as the primary semantic object, so that reasoning proceeds over maximal consistent fragments or related structures. The other studies abduction as an explanatory operation whose output may itself function as a repair of a missing entailment. The topic of abduction under repair semantics occupies the overlap: the semantics is repair-based, but the computational task is abductive.

2. Repair semantics as the reasoning substrate

The standard setting in the recent description-logic papers assumes a knowledge base K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle with inconsistent ABox data. A repair is a subset RA\mathcal R\subseteq\mathcal A such that T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot and R\mathcal R is subset-maximal with this property; a conflict is a subset-minimal T\mathcal T-inconsistent subset of the ABox (Haak et al., 29 Jul 2025). The set of all conflicts is denoted α\alpha0 (Haak et al., 29 Jul 2025).

Two semantics dominate this literature. Under brave semantics,

α\alpha1

Under AR semantics,

α\alpha2

These definitions are treated as standard inconsistency-tolerant semantics in the recent ABox-abduction papers (Haak et al., 29 Jul 2025).

The repair layer restores non-trivial reasoning because classical entailment over an inconsistent KB becomes uninformative. "ABox Abduction for Inconsistent Knowledge Bases under Repair Semantics" (Haak et al., 2 May 2026) states this point directly: with inconsistency, classical entailment collapses, and repair semantics regains meaningful reasoning by reasoning over maximal consistent ABox fragments. In that paper, the baseline entailment complexity recalled for concept assertions is α\alpha3-complete for α\alpha4 entailment in α\alpha5 and α\alpha6-complete in α\alpha7, while α\alpha8-entailment is α\alpha9-complete for all three logics considered there (Haak et al., 2 May 2026).

A related but different repair semantics appears in "Query Answering with Inconsistent Existential Rules under Stable Model Semantics" (Wan et al., 2016). There, the database is assumed reliable and the rules may be unreliable; a repair is therefore a preferred subset HH0 of the rule set such that HH1 has a stable model, and no strictly preferred superset does (Wan et al., 2016). Query answering requires truth in all preferred rule repairs. The paper explicitly connects these preferences to logic-based abduction, interpreting a rule repair as a preferred explanatory hypothesis about which rules to keep (Wan et al., 2016). This does not define ABox abduction under repair semantics in the newer DL sense, but it shows that repair semantics can shift from data repair to hypothesis selection over rules.

3. Formal definition of abduction under repair semantics

The recent DL formulation begins with a promise setting. Let HH2 be inconsistent, let HH3 be an atomic Boolean instance query or concept assertion, and let HH4 such that HH5; then HH6 is an HH7-abduction problem (Haak et al., 29 Jul 2025). A hypothesis is an ABox HH8 such that

HH9

In the 2026 formulation, hypotheses are required to use only individuals occurring in T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha0 and T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha1, and a signature-restricted variant T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha2 further requires T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha3 to use only symbols from T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha4 (Haak et al., 2 May 2026).

The decisive difference from classical abduction is that the augmented KB need not be classically consistent. Classical ABox abduction asks for T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha5 such that T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha6 and T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha7; under repair semantics, the full KB may remain inconsistent, and the target condition is instead repair-based entailment (Haak et al., 2 May 2026). In the consistent case, these notions collapse because there is essentially only one repair, namely the whole ABox; the distinctive phenomena arise only in the inconsistent setting (Haak et al., 29 Jul 2025).

A central structural phenomenon is the role of the trivial hypothesis T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha8. Because observations are atomic BIQs, T,AHSα\mathcal T,\mathcal A\cup H\models_{\mathcal S}\alpha9 can itself be a candidate explanation. The papers state that under brave semantics, S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}0 is always a hypothesis; under AR semantics, S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}1 may or may not work (Haak et al., 29 Jul 2025). The 2026 paper formulates this as a lemma: for brave abduction, there is a brave-hypothesis for S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}2 iff S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}3 is a brave-hypothesis; for AR abduction, there is an AR-hypothesis iff S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}4 is an AR-hypothesis iff S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}5 is conflict-confining for S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}6 (Haak et al., 2 May 2026). This is one of the main reasons why non-triviality and signature restrictions become important.

A common misconception is to identify this framework with ordinary repair of inconsistent data. The papers are explicit that the task is not to compute a repair of S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}7 itself, but to compute a hypothesis that makes a missing entailment true under repair semantics. By contrast, the 2002 database paper uses abduction to compute insertions or retractions that restore consistency directly [0207085]. The two viewpoints are related, but they address different targets.

4. Hypothesis properties and repair-aware minimality

Because unrestricted repair-semantic abduction admits trivial or uninformative solutions, the literature develops several criteria for "useful" hypotheses. The 2026 paper lists four main properties: non-trivial, meaning S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}8; S{brave,ar}\mathcal S\in\{\mathrm{brave},\mathrm{ar}\}9-minimal for K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle0; conflict-confining, meaning

K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle1

and K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle2-minimal, meaning that no hypothesis yields a strictly smaller conflict set than K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle3 (Haak et al., 2 May 2026).

Conflict-confinement is the most repair-specific notion. In the 2025 paper it is defined by

K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle4

and the paper notes that this is equivalent to

K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle5

Thus, adding the hypothesis must not create any new conflicts relative to the original inconsistent KB (Haak et al., 29 Jul 2025). The 2026 paper generalizes this to conflict-minimality, allowing some new conflicts but penalizing hypotheses that introduce more of them (Haak et al., 2 May 2026).

The papers also study signature-based restrictions. In the more general ABox-abduction literature, a problem is given as K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle6, and a hypothesis K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle7 must satisfy K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle8 together with consistency and entailment conditions (Koopmann, 2021). That work stresses that signature restriction preserves explanatory character by excluding "too shallow" or irrelevant names (Koopmann, 2021). In the repair-semantics setting, the same device serves an additional role: it blocks the trivial hypothesis K=T,A\mathcal K=\langle \mathcal T,\mathcal A\rangle9 when the observation symbol is not abducible (Haak et al., 29 Jul 2025).

Another line of work develops stronger relevance criteria in ontology-repair settings. In TBox abduction for RA\mathcal R\subseteq\mathcal A0, "Connection-minimal Abduction in EL via Translation to FOL" (Haifani et al., 2022) argues that subset, size, and semantic minimality are insufficient because they may allow hypotheses using concepts unrelated to the problem at hand. It introduces connection minimality, defined through concepts RA\mathcal R\subseteq\mathcal A1 that connect the left- and right-hand sides of the observation and a weak homomorphism between their description trees (Haifani et al., 2022). Although this is TBox abduction rather than ABox abduction under repair semantics, it clarifies a general methodological point: minimality in repair-oriented abduction is not only about size, but also about structural relevance.

5. Complexity landscape

The most systematic classifications are given for RA\mathcal R\subseteq\mathcal A2 and RA\mathcal R\subseteq\mathcal A3 in (Haak et al., 29 Jul 2025, Haak et al., 2 May 2026), and (Haak et al., 17 Jun 2026). The results show that complexity depends sharply on the repair semantics, the logic, and the hypothesis property imposed.

Before summarizing the numbers, two structural explanations recur. First, in RA\mathcal R\subseteq\mathcal A4, conflicts have size at most RA\mathcal R\subseteq\mathcal A5, and minimal RA\mathcal R\subseteq\mathcal A6-supports of concept assertions have size RA\mathcal R\subseteq\mathcal A7 (Haak et al., 2 May 2026). Second, the set of AR-hypotheses need not be convex: there may be RA\mathcal R\subseteq\mathcal A8 with RA\mathcal R\subseteq\mathcal A9 hypotheses but T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot0 not (Haak et al., 2 May 2026). The former tends to keep complexity low in T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot1; the latter helps explain higher complexity under AR semantics, especially with minimality.

Setting Main existence results Main verification results
T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot2 under repair semantics General hypotheses: T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot3-complete for T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot4 and T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot5; signature-restricted: T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot6-complete for T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot7 and T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot8-complete for T,R⊭\langle\mathcal T,\mathcal R\rangle\not\models\bot9 (Haak et al., 2 May 2026) General and R\mathcal R0-minimal: R\mathcal R1-complete for R\mathcal R2 and R\mathcal R3-complete for R\mathcal R4; R\mathcal R5-minimal AR: R\mathcal R6-complete (Haak et al., 2 May 2026)
R\mathcal R7 under repair semantics General hypotheses: R\mathcal R8-complete for R\mathcal R9 and T\mathcal T0-complete for T\mathcal T1; signature-restricted: T\mathcal T2-complete for T\mathcal T3 and T\mathcal T4-complete for T\mathcal T5 (Haak et al., 2 May 2026) General and T\mathcal T6-minimal: T\mathcal T7-complete for T\mathcal T8 and T\mathcal T9-complete for α\alpha00; α\alpha01-minimal: α\alpha02-complete for α\alpha03 and α\alpha04-complete for α\alpha05 (Haak et al., 2 May 2026)
α\alpha06 with combined properties Conflict-confining non-trivial existence: α\alpha07-complete for both α\alpha08 and α\alpha09 (Haak et al., 17 Jun 2026) Conflict-confining non-trivial verification: α\alpha10-complete for α\alpha11 and α\alpha12-complete for α\alpha13; non-trivial or signature-restricted α\alpha14-minimal verification: α\alpha15-complete for both semantics (Haak et al., 17 Jun 2026)

The 2025 paper had already established core results in a slightly narrower setting. Without signature restriction, existence is trivial under brave semantics because α\alpha16 is always a brave-hypothesis, whereas under AR semantics existence is equivalent to checking whether α\alpha17 is conflict-confining, equivalently whether α\alpha18; the paper gives α\alpha19-completeness for α\alpha20 and α\alpha21-completeness for α\alpha22 (Haak et al., 29 Jul 2025). With signature restriction, existence becomes α\alpha23-complete for brave and α\alpha24-complete for AR in α\alpha25, while for α\alpha26 the paper gives α\alpha27-completeness for brave and α\alpha28-membership for AR, with exact completeness left open there (Haak et al., 29 Jul 2025).

The 2026 follow-up on combining properties in α\alpha29 emphasizes a meta-pattern: adding signature restriction or non-triviality often does not increase complexity beyond the corresponding harder base property, because these properties are polynomial-time checkable and downward closed (Haak et al., 17 Jun 2026). The paper’s “main observation” is that often requiring additional properties for hypotheses does not lead to an increase of complexity (Haak et al., 17 Jun 2026).

A plausible implication is that the computational bottlenecks in repair-semantic abduction are driven less by simple syntactic admissibility constraints and more by the interaction between repair quantification and optimality criteria such as subset-minimality or conflict-minimality.

The topic connects to several neighboring areas that use abduction for repair-like purposes without adopting the same formal semantics. In signature-based ABox abduction for expressive description logics, hypotheses may require fresh individuals, complex concepts, or both; the paper "Signature-Based Abduction with Fresh Individuals and Complex Concepts for Description Logics" (Koopmann, 2021) studies the complexity and size of such explanations. It states that ABox abduction has applications such as diagnosis, KB repair, and explaining missing entailments, but also makes clear that it does not define repairs, minimal repairs, or inconsistency-repair semantics (Koopmann, 2021). Its repair connection is therefore explanatory rather than semantic.

That paper also shows how strongly syntactic restrictions affect the feasibility of explanation. For flat hypotheses, every solvable instance has a polynomial-size hypothesis in α\alpha30, an exponential-size hypothesis in α\alpha31 and α\alpha32, and no general upper bound in α\alpha33; with complex concepts, smallest hypotheses can be triple exponential in α\alpha34 (Koopmann, 2021). This suggests that if repair-semantic abduction is extended beyond flat ABoxes and lightweight DLs, the choice of hypothesis language may become a decisive complexity parameter.

The rule-repair framework under stable model semantics offers another perspective on abductive repair. There, the hypothesis space is not a set of ABox assertions but a set of rules to retain. Preferred repairs are selected by inclusion, cardinality, priorities, or weights, and the paper explicitly states that these preference schemes are inspired by abduction and preferred explanation selection (Wan et al., 2016). This can be read as an abductive semantics of rule reliability rather than a semantics of ABox extension.

Across these variants, one recurring theme is that repair-based abduction is best understood as a family of methods for reasoning under defeasibility induced by inconsistency. In one variant, the defeasible objects are ABox assertions retained in repairs; in another, they are candidate hypotheses added to an already inconsistent KB; in another, they are rules whose reliability is under question (Wan et al., 2016). What remains constant is the shift from classical monotonic entailment to reasoning over preferred consistent surrogates.

7. Characteristic phenomena and research directions

Several phenomena distinguish abduction under repair semantics from classical abduction. First, the observation itself may be a hypothesis, especially under brave semantics (Haak et al., 29 Jul 2025). Second, hypotheses need not preserve consistency of the full augmented KB; what matters is entailment over repairs (Haak et al., 2 May 2026). Third, conflict-sensitive criteria such as conflict-confinement and α\alpha35-minimality have no direct classical counterpart and are specific to inconsistent-data settings (Haak et al., 29 Jul 2025). Fourth, minimality behaves differently because AR-hypotheses can be non-convex, which contributes to higher complexity for subset-minimal verification (Haak et al., 2 May 2026).

The recent literature also indicates which questions remain open or only partially settled. In the 2025 study, the exact completeness of signature-restricted AR-existence in α\alpha36 remained open, with α\alpha37-membership shown (Haak et al., 29 Jul 2025). In the 2026 combined-properties paper, the exact α\alpha38 complexity of verification for α\alpha39-minimal conflict-confining hypotheses is left open, and the paper also notes that the cardinality-conflict-minimal case α\alpha40 is potentially much harder because a small hypothesis may induce exponentially many conflicts (Haak et al., 17 Jun 2026).

A broader research direction concerns integration with more expressive explanation languages. The lightweight-logics results are comparatively well mapped, whereas the expressive-DL literature already shows that allowing fresh individuals and complex concepts can produce exponential, double exponential, or triple exponential blow-ups in hypothesis size (Koopmann, 2021). Another direction concerns extending from ABox to TBox repair-style abduction while retaining stronger relevance notions such as connection minimality (Haifani et al., 2022).

Taken together, the literature presents abduction under repair semantics as a distinct explanatory paradigm for inconsistent knowledge bases: the goal is not merely to make an observation derivable, but to do so in a way that remains meaningful across repaired views of inconsistent data, and, when desired, without introducing new conflicts or by minimizing the conflicts introduced (Haak et al., 2 May 2026).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Abduction under Repair Semantics.