[2310.07820] Large Language Models Are Zero-Shot Time Series Forecasters
Abstract:By encoding time series as a string of numerical digits, we can frame time series forecasting as next-token prediction in text. Developing this approach, we find that large language models (LLMs) such as GPT-3 and LLaMA-2 can surprisingly zero-shot extrapolate time series at a level comparable to or exceeding the performance of purpose-built time series models trained on the downstream tasks. To facilitate this performance, we propose procedures for effectively tokenizing time series data and converting discrete distributions over tokens into highly flexible densities over continuous values. We argue the success of LLMs for time series stems from their ability to naturally represent multimodal distributions, in conjunction with biases for simplicity, and repetition, which align with the salient features in many time series, such as repeated seasonal trends. We also show how LLMs can naturally handle missing data without imputation through non-numerical text, accommodate textual side information, and answer questions to help explain predictions. While we find that increasing model size generally improves performance on time series, we show GPT-4 can perform worse than GPT-3 because of how it tokenizes numbers, and poor uncertainty calibration, which is likely the result of alignment interventions such as RLHF.
Large Language Models Are Zero-Shot Time Series Forecasters Nate Gruver∗ Marc Finzi∗ Shikai Qiu∗ Andrew Gordon Wilson NYU CMU NYU NYU arXiv:2310.07820v3 [cs.LG] 12 Aug 2024 Abstract By encoding time…
related reading
- 2402.01801arxiv.org
- 2402.03885arxiv.org
- The Unreasonable Difficulty of Time Series Forecastingsuzyahyah.github.io
- [2005.14165] Language Models are Few-Shot Learnersarxiv.org
- GenAI Handbookgenai-handbook.github.io
- Against Time-Series Foundation Modelsshakoist.substack.com
- Is Capability a Liability? More Capable Language Models Make Worse Forecasts When It Matters Mostarxiv.org
- GitHub - google-research/timesfm: TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.github.com
- Training LLMs to Predict World Events (Guest Post with Mantic) - Thinking Machines Labthinkingmachines.ai
- GitHub - brexhq/prompt-engineering: Tips and tricks for working with Large Language Models like OpenAI's GPT-4.github.com
- Large Language Model: world models or surface statistics?thegradient.pub
- Pitfalls in Evaluating Language Model Forecastersarxiv.org