AICLDBFeb 19

Sonar-TS: Search-Then-Verify Natural Language Querying for Time Series Databases

arXiv:2602.17001v1h-index: 2
Originality Highly original
AI Analysis

This work addresses the challenge for non-expert users to retrieve events from massive time series data, presenting a foundational study with a new framework and benchmark.

The paper tackles the problem of natural language querying for time series databases by proposing Sonar-TS, a neuro-symbolic framework that uses a search-then-verify pipeline to handle complex temporal queries, and introduces NLQTSBench as the first large-scale benchmark for evaluation.

Natural Language Querying for Time Series Databases (NLQ4TSDB) aims to assist non-expert users retrieve meaningful events, intervals, and summaries from massive temporal records. However, existing Text-to-SQL methods are not designed for continuous morphological intents such as shapes or anomalies, while time series models struggle to handle ultra-long histories. To address these challenges, we propose Sonar-TS, a neuro-symbolic framework that tackles NLQ4TSDB via a Search-Then-Verify pipeline. Analogous to active sonar, it utilizes a feature index to ping candidate windows via SQL, followed by generated Python programs to lock on and verify candidates against raw signals. To enable effective evaluation, we introduce NLQTSBench, the first large-scale benchmark designed for NLQ over TSDB-scale histories. Our experiments highlight the unique challenges within this domain and demonstrate that Sonar-TS effectively navigates complex temporal queries where traditional methods fail. This work presents the first systematic study of NLQ4TSDB, offering a general framework and evaluation standard to facilitate future research.

Foundations

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

Your Notes