AutoTimes: Autoregressive Time Series Forecasters via Large Language Models
Yong Liu, Guo Qin, Xiangdong Huang, Jianmin Wang, Mingsheng Long

TL;DR
AutoTimes leverages large language models for time series forecasting by converting time series into language-like tokens, enabling flexible, scalable, and state-of-the-art predictions with minimal training parameters.
Contribution
The paper introduces AutoTimes, a novel approach that repurposes decoder-only large language models as autoregressive time series forecasters, utilizing prompt-based in-context learning and textual timestamps.
Findings
Achieves state-of-the-art performance with only 0.1% trainable parameters.
Provides over 5x speedup in training and inference.
Demonstrates flexible lookback lengths and scalability with larger LLMs.
Abstract
Foundation models of time series have not been fully developed due to the limited availability of time series corpora and the underexploration of scalable pre-training. Based on the similar sequential formulation of time series and natural language, increasing research demonstrates the feasibility of leveraging large language models (LLM) for time series. Nevertheless, the inherent autoregressive property and decoder-only architecture of LLMs have not been fully considered, resulting in insufficient utilization of LLM abilities. To fully revitalize the general-purpose token transition and multi-step generation capability of large language models, we propose AutoTimes to repurpose LLMs as autoregressive time series forecasters, which projects time series into the embedding space of language tokens and autoregressively generates future predictions with arbitrary lengths. Compatible with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Topic Modeling · Advanced Text Analysis Techniques
MethodsALIGN · Cosine Annealing · Linear Layer · Residual Connection · Attention Dropout · Linear Warmup With Cosine Annealing · Dropout · Weight Decay · Byte Pair Encoding · Softmax
