TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting
Defu Cao, Furong Jia, Sercan O Arik, Tomas Pfister, Yixiang Zheng, Wen, Ye, Yan Liu

TL;DR
TEMPO introduces a prompt-based GPT-like framework for time series forecasting, leveraging decomposition and prompts to improve accuracy across diverse datasets and zero-shot scenarios.
Contribution
The paper presents TEMPO, a novel pre-trained transformer architecture for time series that incorporates domain-specific inductive biases and prompt design, enhancing generalization and performance.
Findings
Outperforms state-of-the-art methods on benchmark datasets in zero-shot settings.
Effective in handling unseen datasets and multi-modal inputs.
Demonstrates potential as a foundational model for time series forecasting.
Abstract
The past decade has witnessed significant advances in time series modeling with deep learning. While achieving state-of-the-art results, the best-performing architectures vary highly across applications and domains. Meanwhile, for natural language processing, the Generative Pre-trained Transformer (GPT) has demonstrated impressive performance via training one general-purpose model across various textual datasets. It is intriguing to explore whether GPT-type architectures can be effective for time series, capturing the intrinsic dynamic attributes and leading to significant accuracy improvements. In this paper, we propose a novel framework, TEMPO, that can effectively learn time series representations. We focus on utilizing two essential inductive biases of the time series task for pre-trained models: (i) decomposition of the complex interaction between trend, seasonal and residual…
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 · Stock Market Forecasting Methods · Complex Systems and Time Series Analysis
MethodsLinear Layer · Multi-Head Attention · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Attention Is All You Need · Dense Connections · Label Smoothing · Adam · Absolute Position Encodings · Residual Connection
