LAST SToP For Modeling Asynchronous Time Series
Shubham Gupta, Thibaut Durand, Graham Taylor, Lilian W. Białokozowicz
TL;DR
LAST SToP for Modeling Asynchronous Time Series presents LASTS, a prompt-based framework that enables LLMs to process asynchronous time series described as natural language events. It introduces StoP to enable parameter-efficient adaptation and demonstrates state-of-the-art performance on forecasting, anomaly detection, and imputation across real-world textual and TPP datasets. LASTS uses a three-part prompt structure and explores representation and PEFT choices, achieving better generalization and training efficiency than SP and QLoRA baselines. The work highlights the potential of LLM-based representations for asynchronous time series and suggests future directions in hybrid architectures and broader modalities.
Abstract
We present a novel prompt design for Large Language Models (LLMs) tailored to Asynchronous Time Series. Unlike regular time series, which assume values at evenly spaced time points, asynchronous time series consist of timestamped events occurring at irregular intervals, each described in natural language. Our approach effectively utilizes the rich natural language of event descriptions, allowing LLMs to benefit from their broad world knowledge for reasoning across different domains and tasks. This allows us to extend the scope of asynchronous time series analysis beyond forecasting to include tasks like anomaly detection and data imputation. We further introduce Stochastic Soft Prompting, a novel prompt-tuning mechanism that significantly improves model performance, outperforming existing fine-tuning methods such as QLoRA. Through extensive experiments on real world datasets, we demonstrate that our approach achieves state-of-the-art performance across different tasks and datasets.
