Understanding the Role of Textual Prompts in LLM for Time Series Forecasting: an Adapter View
Peisong Niu, Tian Zhou, Xue Wang, Liang Sun, Rong Jin

TL;DR
This paper investigates how textual prompts improve Large Language Models' accuracy in time series forecasting, revealing that learnable adapters play a key role in bridging the domain gap and enhancing predictive performance.
Contribution
The study demonstrates that learnable adapters, rather than textual prompts alone, are crucial for improving LLM-based time series forecasting, and introduces four specialized adapters for better alignment.
Findings
Adding text prompts acts like introducing adapters.
Learnable parameters, not just textual info, improve accuracy.
Four new adapters further enhance forecasting performance.
Abstract
In the burgeoning domain of Large Language Models (LLMs), there is a growing interest in applying LLM to time series forecasting, with multiple studies focused on leveraging textual prompts to further enhance the predictive prowess. This study aims to understand how and why the integration of textual prompts into LLM can effectively improve the prediction accuracy of time series, which is not obvious at the glance, given the significant domain gap between texts and time series. Our extensive examination leads us to believe that (a) adding text prompts is roughly equivalent to introducing additional adapters, and (b) It is the introduction of learnable parameters rather than textual information that aligns the LLM with the time series forecasting task, ultimately enhancing prediction accuracy. Inspired by this discovery, we developed four adapters that explicitly address the gap between…
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 · Anomaly Detection Techniques and Applications · Human Mobility and Location-Based Analysis
MethodsAttention Is All You Need · Dense Connections · Dropout · Byte Pair Encoding · Softmax · Absolute Position Encodings · Layer Normalization · Linear Layer · Position-Wise Feed-Forward Layer · Label Smoothing
