English

Are Language Models Actually Useful for Time Series Forecasting?

Machine Learning 2024-10-29 v2 Artificial Intelligence

Abstract

Large language models (LLMs) are being applied to time series forecasting. But are language models actually useful for time series? In a series of ablation studies on three recent and popular LLM-based time series forecasting methods, we find that removing the LLM component or replacing it with a basic attention layer does not degrade forecasting performance -- in most cases, the results even improve! We also find that despite their significant computational cost, pretrained LLMs do no better than models trained from scratch, do not represent the sequential dependencies in time series, and do not assist in few-shot settings. Additionally, we explore time series encoders and find that patching and attention structures perform similarly to LLM-based forecasters.

Keywords

Cite

@article{arxiv.2406.16964,
  title  = {Are Language Models Actually Useful for Time Series Forecasting?},
  author = {Mingtian Tan and Mike A. Merrill and Vinayak Gupta and Tim Althoff and Thomas Hartvigsen},
  journal= {arXiv preprint arXiv:2406.16964},
  year   = {2024}
}

Comments

Accepted to NeurIPS 2024 (Spotlight)

R2 v1 2026-06-28T17:17:46.360Z