- https://arxiv.org/abs/2310.07820
- Source: arxiv
TL;DR
LLMTime demonstrates that GPT-3 and LLaMA-2 perform competitive zero-shot time series forecasting purely by treating numeric sequences as text tokens, with no fine-tuning required.
Summary
Time series forecasting typically requires task-specific models trained on domain data. LLMTime shows that GPT-3 and LLaMA-2, given time series values encoded as carefully formatted decimal text tokens, perform competitive zero-shot forecasting with no fine-tuning. LLMs implicitly absorb temporal patterns from financial reports and narrative text in their pre-training corpora, enabling extrapolation of numeric sequences. Evaluated on Darts, ETTh, and Monash benchmarks, LLMTime matches or beats task-specific baselines in many settings through pure in-context sequence continuation.
Key contributions
- Introduces LLMTime, demonstrating zero-shot time series forecasting from pre-trained LLMs without any fine-tuning.
- Shows that decimal token encoding format is a critical design choice that significantly impacts forecasting accuracy.
- Provides evidence that LLMs implicitly encode temporal patterns absorbed from diverse pre-training corpora.
- Establishes competitive results against task-specific forecasting baselines on Darts, ETTh, and Monash benchmarks.
When to cite
- When arguing that LLMs have implicit temporal reasoning capabilities transferable to time series tasks.
- When exploring zero-shot forecasting alternatives that avoid training domain-specific models.
- When discussing how tokenization strategy for numeric values affects LLM performance on quantitative tasks.
- When motivating unified models that handle both text and time series within a single architecture.