Metadata Matters for Time Series: Informative Forecasting with Transformers
Jiaxiang Dong, Haixu Wu, Yuxuan Wang, Li Zhang, Jianmin Wang,, Mingsheng Long

TL;DR
This paper introduces MetaTST, a Transformer-based model that incorporates metadata encoded by large language models to improve the accuracy and interpretability of time series forecasting across diverse scenarios.
Contribution
The paper proposes a novel approach to include structured metadata into time series forecasting models using natural language templates and LLMs, enhancing performance and interpretability.
Findings
MetaTST achieves state-of-the-art results on multiple benchmarks.
Incorporating metadata improves forecasting accuracy across scenarios.
The approach effectively handles large-scale, diverse datasets.
Abstract
Time series forecasting is prevalent in extensive real-world applications, such as financial analysis and energy planning. Previous studies primarily focus on time series modality, endeavoring to capture the intricate variations and dependencies inherent in time series. Beyond numerical time series data, we notice that metadata (e.g.~dataset and variate descriptions) also carries valuable information essential for forecasting, which can be used to identify the application scenario and provide more interpretable knowledge than digit sequences. Inspired by this observation, we propose a Metadata-informed Time Series Transformer (MetaTST), which incorporates multiple levels of context-specific metadata into Transformer forecasting models to enable informative time series forecasting. To tackle the unstructured nature of metadata, MetaTST formalizes them into natural languages by…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting
MethodsAttention Is All You Need · Dense Connections · Adam · Linear Layer · Residual Connection · Position-Wise Feed-Forward Layer · Label Smoothing · Dropout · Byte Pair Encoding · Absolute Position Encodings
