Skip to main content

Showing 1–18 of 18 results for author: Livshits, E

.
  1. arXiv:2409.16713  [pdf, other

    cs.DB

    Repairing Databases over Metric Spaces with Coincidence Constraints

    Authors: Youri Kaminsky, Benny Kimelfeld, Ester Livshits, Felix Naumann, David Wajc

    Abstract: Datasets often contain values that naturally reside in a metric space: numbers, strings, geographical locations, machine-learned embeddings in a Euclidean space, and so on. We study the computational complexity of repairing inconsistent databases that violate integrity constraints, where the database values belong to an underlying metric space. The goal is to update the database values to retain c… ▽ More

    Submitted 25 September, 2024; originally announced September 2024.

  2. The Shapley Value in Database Management

    Authors: Leopoldo Bertossi, Benny Kimelfeld, Ester Livshits, Mikaël Monet

    Abstract: Attribution scores can be applied in data management to quantify the contribution of individual items to conclusions from the data, as part of the explanation of what led to these conclusions. In Artificial Intelligence, Machine Learning, and Data Management, some of the common scores are deployments of the Shapley value, a formula for profit sharing in cooperative game theory. Since its invention… ▽ More

    Submitted 11 January, 2024; originally announced January 2024.

    Comments: 12 pages, including references. This is the authors version of the corresponding SIGMOD Record article

    Journal ref: SIGMOD Rec. 52(2): 6-17 (2023)

  3. arXiv:2312.08038  [pdf, other

    cs.DB

    Combined Approximations for Uniform Operational Consistent Query Answering

    Authors: Marco Calautti, Ester Livshits, Andreas Pieris, Markus Schneider

    Abstract: Operational consistent query answering (CQA) is a recent framework for CQA based on revised definitions of repairs, which are built by applying a sequence of operations (e.g., fact deletions) starting from an inconsistent database until we reach a database that is consistent w.r.t. the given set of constraints. It has been recently shown that there are efficient approximations for computing the pe… ▽ More

    Submitted 13 December, 2023; originally announced December 2023.

  4. arXiv:2303.12773  [pdf, other

    cs.DB cs.AI

    The Complexity of Why-Provenance for Datalog Queries

    Authors: Marco Calautti, Ester Livshits, Andreas Pieris, Markus Schneider

    Abstract: Explaining why a database query result is obtained is an essential task towards the goal of Explainable AI, especially nowadays where expressive database query languages such as Datalog play a critical role in the development of ontology-based applications. A standard way of explaining a query result is the so-called why-provenance, which essentially provides information about the witnesses to a q… ▽ More

    Submitted 22 March, 2023; originally announced March 2023.

  5. arXiv:2204.10592  [pdf, other

    cs.DB

    Uniform Operational Consistent Query Answering

    Authors: Marco Calautti, Ester Livshits, Andreas Pieris, Markus Schneider

    Abstract: Operational consistent query answering (CQA) is a recent framework for CQA, based on revised definitions of repairs and consistent answers, which opens up the possibility of efficient approximations with explicit error guarantees. The main idea is to iteratively apply operations (e.g., fact deletions), starting from an inconsistent database, until we reach a database that is consistent w.r.t. the… ▽ More

    Submitted 22 April, 2022; originally announced April 2022.

  6. arXiv:2112.09617  [pdf, ps, other

    cs.DB

    Exact and Approximate Counting of Database Repairs

    Authors: Marco Calautti, Ester Livshits, Andreas Pieris, Markus Schneider

    Abstract: A key task in the context of consistent query answering is to count the number of repairs that entail the query, with the ultimate goal being a precise data complexity classification. This has been achieved in the case of primary keys and self-join-free conjunctive queries (CQs) via an FP/#P-complete dichotomy. We lift this result to the more general case of functional dependencies (FDs). Another… ▽ More

    Submitted 9 April, 2024; v1 submitted 17 December, 2021; originally announced December 2021.

    ACM Class: H.2

  7. arXiv:2009.13821  [pdf, other

    cs.DB

    Database Repairing with Soft Functional Dependencies

    Authors: Nofar Carmeli, Martin Grohe, Benny Kimelfeld, Ester Livshits, Muhammad Tibi

    Abstract: A common interpretation of soft constraints penalizes the database for every violation of every constraint, where the penalty is the cost (weight) of the constraint. A computational challenge is that of finding an optimal subset: a collection of database tuples that minimizes the total penalty when each tuple has a cost of being excluded. When the constraints are strict (i.e., have an infinite cos… ▽ More

    Submitted 29 September, 2020; originally announced September 2020.

  8. The Shapley Value of Inconsistency Measures for Functional Dependencies

    Authors: Ester Livshits, Benny Kimelfeld

    Abstract: Quantifying the inconsistency of a database is motivated by various goals including reliability estimation for new datasets and progress indication in data cleaning. Another goal is to attribute to individual tuples a level of responsibility to the overall inconsistency, and thereby prioritize tuples in the explanation or inspection of dirt. Therefore, inconsistency quantification and attribution… ▽ More

    Submitted 14 June, 2022; v1 submitted 29 September, 2020; originally announced September 2020.

    Journal ref: Logical Methods in Computer Science, Volume 18, Issue 2 (June 15, 2022) lmcs:8618

  9. arXiv:2005.08540  [pdf, ps, other

    cs.DB

    Approximate Denial Constraints

    Authors: Ester Livshits, Alireza Heidari, Ihab F. Ilyas, Benny Kimelfeld

    Abstract: The problem of mining integrity constraints from data has been extensively studied over the past two decades for commonly used types of constraints including the classic Functional Dependencies (FDs) and the more general Denial Constraints (DCs). In this paper, we investigate the problem of mining approximate DCs (i.e., DCs that are "almost" satisfied) from data. Considering approximate constraint… ▽ More

    Submitted 18 May, 2020; originally announced May 2020.

  10. arXiv:1912.12610  [pdf, ps, other

    cs.DB

    The Impact of Negation on the Complexity of the Shapley Value in Conjunctive Queries

    Authors: Alon Reshef, Benny Kimelfeld, Ester Livshits

    Abstract: The Shapley value is a conventional and well-studied function for determining the contribution of a player to the coalition in a cooperative game. Among its applications in a plethora of domains, it has recently been proposed to use the Shapley value for quantifying the contribution of a tuple to the result of a database query. In particular, we have a thorough understanding of the tractability fr… ▽ More

    Submitted 29 December, 2019; originally announced December 2019.

  11. The Shapley Value of Tuples in Query Answering

    Authors: Ester Livshits, Leopoldo Bertossi, Benny Kimelfeld, Moshe Sebag

    Abstract: We investigate the application of the Shapley value to quantifying the contribution of a tuple to a query answer. The Shapley value is a widely known numerical measure in cooperative game theory and in many applications of game theory for assessing the contribution of a player to a coalition game. It has been established already in the 1950s, and is theoretically justified by being the very single… ▽ More

    Submitted 1 September, 2021; v1 submitted 18 April, 2019; originally announced April 2019.

    Journal ref: Logical Methods in Computer Science, Volume 17, Issue 3 (September 2, 2021) lmcs:6942

  12. arXiv:1904.06492  [pdf, other

    cs.DB

    Properties of Inconsistency Measures for Databases

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

    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… ▽ More

    Submitted 1 April, 2021; v1 submitted 13 April, 2019; originally announced April 2019.

  13. arXiv:1712.07705  [pdf, other

    cs.DB

    Computing Optimal Repairs for Functional Dependencies

    Authors: Ester Livshits, Benny Kimelfeld, Sudeepa Roy

    Abstract: We investigate the complexity of computing an optimal repair of an inconsistent database, in the case where integrity constraints are Functional Dependencies (FDs). We focus on two types of repairs: an optimal subset repair (optimal S-repair) that is obtained by a minimum number of tuple deletions, and an optimal update repair (optimal U-repair) that is obtained by a minimum number of value (cell)… ▽ More

    Submitted 20 December, 2017; originally announced December 2017.

  14. arXiv:1708.09140  [pdf, other

    cs.DB

    The Complexity of Computing a Cardinality Repair for Functional Dependencies

    Authors: Ester Livshits, Benny Kimelfeld

    Abstract: For a relation that violates a set of functional dependencies, we consider the task of finding a maximum number of pairwise-consistent tuples, or what is known as a "cardinality repair." We present a polynomial-time algorithm that, for certain fixed relation schemas (with functional dependencies), computes a cardinality repair. Moreover, we prove that on any of the schemas not covered by the algor… ▽ More

    Submitted 30 August, 2017; originally announced August 2017.

  15. arXiv:1603.01820  [pdf, other

    cs.DB

    Unambiguous Prioritized Repairing of Databases

    Authors: Benny Kimelfeld, Ester Livshits, Liat Peterfreund

    Abstract: In its traditional definition, a repair of an inconsistent database is a consistent database that differs from the inconsistent one in a "minimal way". Often, repairs are not equally legitimate, as it is desired to prefer one over another; for example, one fact is regarded more reliable than another, or a more recent fact should be preferred to an earlier one. Motivated by these considerations, re… ▽ More

    Submitted 6 March, 2016; originally announced March 2016.

  16. arXiv:1103.3726  [pdf, ps, other

    math.OC

    Flow with Nonlinear Potential in General Networks -- Simulation, Optimization, Control, Risk and Stability Analysis

    Authors: Emmanuel M. Livshits, Leonid A. Ostromuhov

    Abstract: The aim of this paper is a short survey of models and methods that developed by the authors. These models and methods are used to optimize general networks with nonlinear non-convex restrictions and objectives possessing mixed continuous-discrete optimization variables. There are discussed the problem formulations and solution methods for simulation, optimization, sensitivity and stability analysi… ▽ More

    Submitted 18 March, 2011; originally announced March 2011.

    Comments: 10 pages. The paper has been presented on 16th IMACS World Congress 2000 on Scientific Computation, Applied Mathematics and Simulation in Lausanne, Switzerland

    ACM Class: J.2; G.1; G.2; I.6.8; J.2

  17. arXiv:0804.3145  [pdf

    cond-mat.mtrl-sci

    A density functional theory for symmetric radical cations from bonding to dissociation

    Authors: Ester Livshits, Roi Baer

    Abstract: It is known for quite some time that approximate density functional (ADF) theories fail disastrously when describing the dis-sociative symmetric radical cations R2+. Considering this dissociation limit, previous work has shown that Hartree-Fock (HF) theory favors the R+1--R0 charge distribution while DF approximations favor the R+0.5 -- R+0.5. Yet, general quantum mechanical principles indicate… ▽ More

    Submitted 27 April, 2008; v1 submitted 19 April, 2008; originally announced April 2008.

  18. arXiv:cond-mat/0701493  [pdf

    cond-mat.mtrl-sci

    A well-tempered density functional theory of electrons in molecules

    Authors: Ester Livshits, Roi Baer

    Abstract: Reporting extensions of a recently developed approach to density functional theory with correct long-range be-havior (Phys. Rev. Lett. 94, 043002 (2005)). The central quantities are a splitting functional gamma[n] and a complementary exchange-correlation functional. We give a practical method for determining the value of γin molecules, assuming an approximation for XC energy is given. The result… ▽ More

    Submitted 20 January, 2007; originally announced January 2007.