AIJan 11, 2024

Consistent Query Answering for Existential Rules with Closed Predicates

arXiv:2401.05743v2h-index: 4
Originality Incremental advance
AI Analysis

This work addresses inconsistency-tolerant data access for knowledge bases and databases, but it is incremental as it builds on existing frameworks for consistent query answering.

The paper tackles the problem of providing consistent answers to queries in databases with inconsistent information, focusing on existential rules with closed predicates, and it provides a detailed analysis of the data complexity of consistent query answering and repair checking under various semantics and rule classes.

Consistent Query Answering (CQA) is an inconsistency-tolerant approach to data access in knowledge bases and databases. The goal of CQA is to provide meaningful (consistent) answers to queries even in the presence of inconsistent information, e.g. a database whose data conflict with meta-data (typically the database integrity constraints). The semantics of CQA is based on the notion of repair, that is, a consistent version of the initial, inconsistent database that is obtained through minimal modifications. We study CQA in databases with data dependencies expressed by existential rules. More specifically, we focus on the broad class of disjunctive embedded dependencies with inequalities (DEDs), which extend both tuple-generating dependencies and equality-generated dependencies. We first focus on the case when the database predicates are closed, i.e. the database is assumed to have complete knowledge about such predicates, thus no tuple addition is possible to repair the database. In such a scenario, we provide a detailed analysis of the data complexity of CQA and associated tasks (repair checking) under different semantics (AR and IAR) and for different classes of existential rules. In particular, we consider the classes of acyclic, linear, full, sticky and guarded DEDs, and their combinations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes