[2602.14200] TS-Haystack: A Multi-Scale Retrieval Benchmark for Time Series Language Models
Summary
The paper introduces TS-Haystack, a benchmark for evaluating Time Series Language Models (TSLMs) on long-context retrieval tasks, addressing limitations in current models.
Why It Matters
As TSLMs become more prevalent in processing continuous signals, understanding their limitations in long-context retrieval is crucial for improving model design and performance. TS-Haystack provides a structured approach to evaluate these models, potentially guiding future research and applications in time series analysis.
Key Takeaways
- TS-Haystack benchmark evaluates TSLMs on long-context retrieval tasks.
- Existing models struggle with temporal localization in long sequences.
- Compression improves classification but hinders localized event retrieval.
- The benchmark includes ten task types across four categories.
- Architectural designs must balance sequence length and computational complexity.
Computer Science > Machine Learning arXiv:2602.14200 (cs) [Submitted on 15 Feb 2026] Title:TS-Haystack: A Multi-Scale Retrieval Benchmark for Time Series Language Models Authors:Nicolas Zumarraga, Thomas Kaar, Ning Wang, Maxwell A. Xu, Max Rosenblattl, Markus Kreft, Kevin O'Sullivan, Paul Schmiedmayer, Patrick Langer, Robert Jakob View a PDF of the paper titled TS-Haystack: A Multi-Scale Retrieval Benchmark for Time Series Language Models, by Nicolas Zumarraga and 9 other authors View PDF HTML (experimental) Abstract:Time Series Language Models (TSLMs) are emerging as unified models for reasoning over continuous signals in natural language. However, long-context retrieval remains a major limitation: existing models are typically trained and evaluated on short sequences, while real-world time-series sensor streams can span millions of datapoints. This mismatch requires precise temporal localization under strict computational constraints, a regime that is not captured by current benchmarks. We introduce TS-Haystack, a long-context temporal retrieval benchmark comprising ten task types across four categories: direct retrieval, temporal reasoning, multi-step reasoning and contextual anomaly. The benchmark uses controlled needle insertion by embedding short activity bouts into longer longitudinal accelerometer recordings, enabling systematic evaluation across context lengths ranging from seconds to 2 hours per sample. We hypothesize that existing TSLM time series encoders overl...