# Properties of Inconsistency Measures for Databases

**Authors:** Ester Livshits, Rina Kochirgan, Segev Tsur, Ihab F. Ilyas, Benny, Kimelfeld, and Sudeepa Roy

arXiv: 1904.06492 · 2021-04-02

## TL;DR

This paper systematically analyzes various inconsistency measures for databases, examining their properties, behavior, and introducing a new measure that satisfies all desired properties and is computationally efficient.

## Contribution

It provides a comprehensive analysis of existing inconsistency measures, their properties, and introduces a novel measure with optimal properties and polynomial-time computability.

## Key findings

- Existing measures vary in properties and behavior
- The new measure satisfies all analyzed properties
- The new measure can be computed in polynomial time

## Abstract

How should we quantify the inconsistency of a database that violates integrity constraints? Proper measures are important for various tasks, such as progress indication and action prioritization in cleaning systems, and reliability estimation for new datasets. To choose an appropriate inconsistency measure, it is important to identify the desired properties in the application and understand which of these is guaranteed or at least expected in practice. For example, in some use cases the inconsistency should reduce if constraints are eliminated; in others it should be stable and avoid jitters and jumps in reaction to small changes in the database. We embark on a systematic investigation of properties for database inconsistency measures. We investigate a collection of basic measures that have been proposed in the past in both the Knowledge Representation and Database communities, analyze their theoretical properties, and empirically observe their behaviour in an experimental study. We also demonstrate how the framework can lead to new inconsistency measures by introducing a new measure that, in contrast to the rest, satisfies all of the properties we consider and can be computed in polynomial time.

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06492/full.md

---
Source: https://tomesphere.com/paper/1904.06492