DBFLIROct 26, 2020

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

arXiv:2010.13442v72 citations
Originality Incremental advance
AI Analysis

This work addresses complexity problems in formal query languages for information extraction, offering a more tractable alternative to core spanners, though it is incremental as it modifies an existing framework.

The authors tackled the high complexity and undecidability issues in core spanners by proposing Refl-Spanners, a fragment that incorporates string-equality selections directly into regular languages, resulting in slightly weaker expressive power but much better upper complexity bounds for static analysis and query evaluation.

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, Reiss, and Vansummeren (PODS 2013, JACM 2015) as a formalisation of the core functionality of the query language AQL used in IBM's SystemT) additionally need string-equality selections and it has been shown by Freydenberger and Holldack (ICDT 2016, Theory of Computing Systems 2018) that this leads to high complexity and even undecidability of the typical problems in static analysis and query evaluation. We propose an alternative approach to core spanners: by incorporating the string-equality selections directly into the regular language that represents the underlying regular spanner (instead of treating it as an algebraic operation on the table extracted by the regular spanner), we obtain a fragment of core spanners that, while having slightly weaker expressive power than the full class of core spanners, arguably still covers the intuitive applications of string-equality selections for information extraction and has much better upper complexity bounds of the typical problems in static analysis and query evaluation.

Foundations

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

Your Notes