Large language models can be zero-shot anomaly detectors for time series?
Sarah Alnegheimish, Linh Nguyen, Laure Berti-Equille, Kalyan, Veeramachaneni

TL;DR
This paper explores using large language models for zero-shot time series anomaly detection, introducing a new framework and comparing prompt-based and forecasting methods, with the latter showing better performance but still behind specialized models.
Contribution
The paper presents sigllm, a novel framework for time series anomaly detection using large language models, including a time-series-to-text conversion and two detection paradigms.
Findings
Forecasting-based detection outperforms prompt-based methods across datasets.
Large language models can identify anomalies but are less accurate than specialized deep learning models.
State-of-the-art models outperform LLMs by approximately 30% in F1 score.
Abstract
Recent studies have shown the ability of large language models to perform a variety of tasks, including time series forecasting. The flexible nature of these models allows them to be used for many applications. In this paper, we present a novel study of large language models used for the challenging task of time series anomaly detection. This problem entails two aspects novel for LLMs: the need for the model to identify part of the input sequence (or multiple parts) as anomalous; and the need for it to work with time series data rather than the traditional text input. We introduce sigllm, a framework for time series anomaly detection using large language models. Our framework includes a time-series-to-text conversion module, as well as end-to-end pipelines that prompt language models to perform time series anomaly detection. We investigate two paradigms for testing the abilities of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Sentiment Analysis and Opinion Mining
