Project

TsLLM

Augmenting large language models with specialized perception for general time series understanding and prediction.

Published · ICML 2026

TsLLM: Augmenting LLMs for General Time Series Understanding and Prediction

Felix Parker · Nimeesha Chan · Chi Zhang · Kimia Ghobadi

Abstract

Time series data is fundamental to decision-making across many domains including healthcare, finance, power systems, and logistics. However, analyzing this data correctly often requires incorporating unstructured contextual information, answering domain-specific questions, and generating natural language explanations – capabilities that traditional time series models lack. While Large Language Models (LLMs) excel at contextual reasoning and knowledge integration, they struggle with numerical time series due to inefficient text-based representations and limited exposure to numerical data during pretraining. We address this gap by augmenting an LLM with specialized time series perception through a patch-based encoder-decoder architecture. We train this time series-augmented LLM (TsLLM) on a large corpus of over 25 billion tokens of interleaved time series and text spanning diverse tasks: forecasting with contextual information, question-answering, anomaly detection, classification, report generation, and more, all unified as autoregressive next token prediction. This training enables TsLLM to leverage both its natural language skills and newly acquired understanding of numerical time series signals. While not designed to surpass specialized models on traditional benchmarks, TsLLM demonstrates strong performance on tasks requiring the integration of time series analysis with natural language – capabilities that conventional approaches cannot provide. It also exhibits strong zero-shot and few-shot performance, showing it can adapt to new data without additional training.

Code & Data

Code and data coming soon.