Adapting Large Language Models for Time Series Modeling via a Novel Parameter-efficient Adaptation Method
Juyuan Zhang, Wei Zhu, Jiechao Gao

TL;DR
This paper introduces Time-LlaMA, a novel framework that adapts large language models for time series analysis using a tokenization approach and a dynamic low-rank adaptation technique, achieving state-of-the-art results.
Contribution
The paper presents a new method combining tokenization and D-LoRA to efficiently adapt LLMs for time series modeling, balancing accuracy and inference efficiency.
Findings
Achieves state-of-the-art performance on real-world time series tasks.
Demonstrates effective alignment of time series and language modalities.
Enhances predictive capabilities with dynamic module selection.
Abstract
Time series modeling holds significant importance in many real-world applications and has been extensively studied. While pre-trained foundation models have made impressive strides in the fields of natural language processing (NLP) and computer vision (CV), their development in time series domains has been constrained by data sparsity. A series of recent studies have demonstrated that large language models (LLMs) possess robust pattern recognition and reasoning abilities over complex sequences of tokens. However, the current literature have yet striked a high-quality balance between (a) effectively aligning the time series and natural language modalities, and (b) keeping the inference efficiency. To address the above issues, we now propose the Time-LlaMA framework. Time-LlaMA first converts the time series input into token embeddings through a linear tokenization mechanism. Second, the…
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
TopicsTopic Modeling
MethodsAttention Is All You Need · Linear Layer · Byte Pair Encoding · Layer Normalization · Residual Connection · Dense Connections · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Softmax
