paper-with-me

홈 › Papers

Constant-Delay Enumeration for Nondeterministic Document Spanners

2018-07-24 · Antoine Amarilli, Pierre Bourhis, Stefan Mengel, Matthias Niewerth

We consider the information extraction framework known as document spanners, and study the problem of efficiently computing the results of the extraction from an input document, where the extraction task is described as a sequential variable-set automaton (VA). We pose this problem in the setting of enumeration algorithms, where we can first run a preprocessing phase and must then produce the results with a small delay between any two consecutive results. Our goal is to have an algorithm which is tractable in combined complexity, i.e., in the sizes of the input document and the VA; while ensuring the best possible data complexity bounds in the input document size, i.e., constant delay in the document size. Several recent works at PODS'18 proposed such algorithms but with linear delay in the document size or with an exponential dependency in size of the (generally nondeterministic) input VA. In particular, Florenzano et al. suggest that our desired runtime guarantees cannot be met for general sequential VAs. We refute this and show that, given a nondeterministic sequential VA and an input document, we can enumerate the mappings of the VA on the document with the following bounds: the preprocessing is linear in the document size and polynomial in the size of the VA, and the delay is independent of the document and polynomial in the size of the VA. The resulting algorithm thus achieves tractability in combined complexity and the best possible data complexity bounds. Moreover, it is rather easy to describe, in particular for the restricted case of so-called extended VAs.

📄 PDF Abstract BibTeX arXiv:1807.09320

Code (1)

PoDMR/enum-spanner-rs

Similar Papers 제목 키워드 기반

Constant-Delay Enumeration for Nondeterministic Document Spanners

2020-03-05 · Antoine Amarilli, Pierre Bourhis, Stefan Mengel, Matthias Niewerth

We consider the information extraction framework known as document spanners, and study the problem of efficiently computing the results of the extraction from an input document, where the extraction task is described as …

SpannerLib: Embedding Declarative Information Extraction in an Imperative Workflow

2024-09-03 · Dean Light, Ahmad Aiashy, Mahmoud Diab, Daniel Nachmias 외

Document spanners have been proposed as a formal framework for declarative Information Extraction (IE) from text, following IE products from the industry and academia. Over the past decade, the framework has been studied…

Robust Predictions with Ambiguous Time Delays: A Bootstrap Strategy

2024-08-23 · Jiajie Wang, Zhiyuan Jerry Lin, Wen Chen

In contemporary data-driven environments, the generation and processing of multivariate time series data is an omnipresent challenge, often complicated by time delays between different time series. These delays, originat…

Time Series

Refl-Spanners: A Purely Regular Approach to Non-Regular Core Spanners

2020-10-26 · Markus L. Schmid, Nicole Schweikardt

The regular spanners (characterised by vset-automata) are closed under the algebraic operations of union, join and projection, and have desirable algorithmic properties. The core spanners (introduced by Fagin, Kimelfeld,…

Enumeration Classes Defined by Circuits

2022-05-01 · Nadia Creignou, Arnaud Durand, Heribert Vollmer

We refine the complexity landscape for enumeration problems by introducing very low classes defined by using Boolean circuits as enumerators. We locate well-known enumeration problems, e.g., from graph theory, Gray code …