Skip to main content

Showing 1–13 of 13 results for author: Carmeli, N

Searching in archive cs. Search in all archives.
.
  1. Efficient Computation of Quantiles over Joins

    Authors: Nikolaos Tziavelis, Nofar Carmeli, Wolfgang Gatterbauer, Benny Kimelfeld, Mirek Riedewald

    Abstract: We present efficient algorithms for Quantile Join Queries, abbreviated as %JQ. A %JQ asks for the answer at a specified relative position (e.g., 50% for the median) under some ordering over the answers to a Join Query (JQ). Our goal is to avoid materializing the set of all join answers, and to achieve quasilinear time in the size of the database, regardless of the total number of answers. A recent… ▽ More

    Submitted 25 May, 2023; originally announced May 2023.

  2. arXiv:2303.05327  [pdf, other

    cs.DB cs.DS

    Direct Access for Answers to Conjunctive Queries with Aggregation

    Authors: Idan Eldar, Nofar Carmeli, Benny Kimelfeld

    Abstract: We study the fine-grained complexity of conjunctive queries with grou** and aggregation. For some common aggregate functions (e.g., min, max, count, sum), such a query can be phrased as an ordinary conjunctive query over a database annotated with a suitable commutative semiring. Specifically, we investigate the ability to evaluate such queries by constructing in log-linear time a data structure… ▽ More

    Submitted 9 March, 2023; originally announced March 2023.

  3. arXiv:2210.11996  [pdf, ps, other

    cs.DB cs.DS

    Unbalanced Triangle Detection and Enumeration Hardness for Unions of Conjunctive Queries

    Authors: Karl Bringmann, Nofar Carmeli

    Abstract: We study the enumeration of answers to Unions of Conjunctive Queries (UCQs) with optimal time guarantees. More precisely, we wish to identify the queries that can be solved with linear preprocessing time and constant delay. Despite the basic nature of this problem, it was shown only recently that UCQs can be solved within these time bounds if they admit free-connex union extensions, even if all in… ▽ More

    Submitted 14 February, 2023; v1 submitted 21 October, 2022; originally announced October 2022.

  4. arXiv:2206.04988  [pdf, ps, other

    cs.DB

    Conjunctive Queries With Self-Joins, Towards a Fine-Grained Complexity Analysis

    Authors: Nofar Carmeli, Luc Segoufin

    Abstract: Even though query evaluation is a fundamental task in databases, known classifications of conjunctive queries by their fine-grained complexity only apply to queries without self-joins. We study how self-joins affect enumeration complexity, with the aim of building upon the known results to achieve general classifications. We do this by examining the extension of two known dichotomies: one with res… ▽ More

    Submitted 9 December, 2022; v1 submitted 10 June, 2022; originally announced June 2022.

  5. arXiv:2201.02401  [pdf, ps, other

    cs.DB cs.CC

    Tight Fine-Grained Bounds for Direct Access on Join Queries

    Authors: Karl Bringmann, Nofar Carmeli, Stefan Mengel

    Abstract: We consider the task of lexicographic direct access to query answers. That is, we want to simulate an array containing the answers of a join query sorted in a lexicographic order chosen by the user. A recent dichotomy showed for which queries and orders this task can be done in polylogarithmic access time after quasilinear preprocessing, but this dichotomy does not tell us how much time is require… ▽ More

    Submitted 3 May, 2024; v1 submitted 7 January, 2022; originally announced January 2022.

  6. arXiv:2012.11965  [pdf, other

    cs.DB cs.DS

    Tractable Orders for Direct Access to Ranked Answers of Conjunctive Queries

    Authors: Nofar Carmeli, Nikolaos Tziavelis, Wolfgang Gatterbauer, Benny Kimelfeld, Mirek Riedewald

    Abstract: We study the question of when we can provide direct access to the k-th answer to a Conjunctive Query (CQ) according to a specified order over the answers in time logarithmic in the size of the database, following a preprocessing step that constructs a data structure in time quasilinear in database size. Specifically, we embark on the challenge of identifying the tractable answer orderings, that is… ▽ More

    Submitted 28 November, 2022; v1 submitted 22 December, 2020; originally announced December 2020.

    Comments: 44 pages

  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. arXiv:2008.09511  [pdf, ps, other

    cs.DB cs.LO

    Tuple-Independent Representations of Infinite Probabilistic Databases

    Authors: Nofar Carmeli, Martin Grohe, Peter Lindner, Christoph Standke

    Abstract: Probabilistic databases (PDBs) are probability spaces over database instances. They provide a framework for handling uncertainty in databases, as occurs due to data integration, noisy data, data from unreliable sources or randomized processes. Most of the existing theory literature investigated finite, tuple-independent PDBs (TI-PDBs) where the occurrences of tuples are independent events. Only re… ▽ More

    Submitted 19 April, 2022; v1 submitted 21 August, 2020; originally announced August 2020.

  9. arXiv:2006.00119  [pdf, other

    cs.CL

    Constructing Explainable Opinion Graphs from Review

    Authors: Nofar Carmeli, Xiaolan Wang, Yoshihiko Suhara, Stefanos Angelidis, Yuliang Li, **feng Li, Wang-Chiew Tan

    Abstract: The Web is a major resource of both factual and subjective information. While there are significant efforts to organize factual information into knowledge bases, there is much less work on organizing opinions, which are abundant in subjective data, into a structured format. We present ExplainIt, a system that extracts and organizes opinions into an opinion graph, which are useful for downstream… ▽ More

    Submitted 13 April, 2021; v1 submitted 29 May, 2020; originally announced June 2020.

  10. arXiv:1912.10704  [pdf, other

    cs.DB

    Answering (Unions of) Conjunctive Queries using Random Access and Random-Order Enumeration

    Authors: Nofar Carmeli, Shai Zeevi, Christoph Berkholz, Benny Kimelfeld, Nicole Schweikardt

    Abstract: As data analytics becomes more crucial to digital systems, so grows the importance of characterizing the database queries that admit a more efficient evaluation. We consider the tractability yardstick of answer enumeration with a polylogarithmic delay after a linear-time preprocessing phase. Such an evaluation is obtained by constructing, in the preprocessing phase, a data structure that supports… ▽ More

    Submitted 23 December, 2019; originally announced December 2019.

  11. arXiv:1812.03831  [pdf, ps, other

    cs.DB

    On the Enumeration Complexity of Unions of Conjunctive Queries

    Authors: Nofar Carmeli, Markus Kröll

    Abstract: We study the enumeration complexity of Unions of Conjunctive Queries(UCQs). We aim to identify the UCQs that are tractable in the sense that the answer tuples can be enumerated with a linear preprocessing phase and a constant delay between every successive tuples. It has been established that, in the absence of self-joins and under conventional complexity assumptions, the CQs that admit such an ev… ▽ More

    Submitted 6 May, 2021; v1 submitted 10 December, 2018; originally announced December 2018.

  12. arXiv:1712.07880  [pdf, ps, other

    cs.DB cs.CC

    Enumeration Complexity of Conjunctive Queries with Functional Dependencies

    Authors: Nofar Carmeli, Markus Kröll

    Abstract: We study the complexity of enumerating the answers of Conjunctive Queries (CQs) in the presence of Functional Dependencies (FDs). Our focus is on the ability to list output tuples with a constant delay in between, following a linear-time preprocessing. A known dichotomy classifies the acyclic self-join-free CQs into those that admit such enumeration, and those that do not. However, this classifica… ▽ More

    Submitted 26 September, 2021; v1 submitted 21 December, 2017; originally announced December 2017.

    Comments: Published in ICDT 2018 and TOCS 2019

    ACM Class: H.2.3

  13. arXiv:1604.02833  [pdf, other

    cs.DS

    Efficiently Enumerating Minimal Triangulations

    Authors: Nofar Carmeli, Batya Kenig, Benny Kimelfeld, Markus Kröll

    Abstract: We present an algorithm that enumerates all the minimal triangulations of a graph in incremental polynomial time. Consequently, we get an algorithm for enumerating all the proper tree decompositions, in incremental polynomial time, where "proper" means that the tree decomposition cannot be improved by removing or splitting a bag. The algorithm can incorporate any method for (ordinary, single resul… ▽ More

    Submitted 27 July, 2023; v1 submitted 11 April, 2016; originally announced April 2016.