AIAug 17, 2022

On Establishing Robust Consistency in Answer Set Programs

arXiv:2208.08157v1h-index: 23
Originality Incremental advance
AI Analysis

This addresses the issue of program inconsistency in real-world applications of answer set programming, but it appears incremental as it builds on existing conflict resolution concepts.

The paper tackles the problem of ensuring answer set programs remain non-contradictory with varying input data by introducing conflict-resolving λ-extensions to resolve conflicting rules, resulting in a method to compute all such extensions and achieve robust consistency.

Answer set programs used in real-world applications often require that the program is usable with different input data. This, however, can often lead to contradictory statements and consequently to an inconsistent program. Causes for potential contradictions in a program are conflicting rules. In this paper, we show how to ensure that a program $\mathcal{P}$ remains non-contradictory given any allowed set of such input data. For that, we introduce the notion of conflict-resolving $λ$- extensions. A conflict-resolving $λ$-extension for a conflicting rule $r$ is a set $λ$ of (default) literals such that extending the body of $r$ by $λ$ resolves all conflicts of $r$ at once. We investigate the properties that suitable $λ$-extensions should possess and building on that, we develop a strategy to compute all such conflict-resolving $λ$-extensions for each conflicting rule in $\mathcal{P}$. We show that by implementing a conflict resolution process that successively resolves conflicts using $λ$-extensions eventually yields a program that remains non-contradictory given any allowed set of input data.

Foundations

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

Your Notes