Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

From Tokenizer Bias to Backbone Capability: A Controlled Study of LLMs for Time Series Forecasting

About

Using pre-trained large language models (LLMs) as a backbone for time series prediction has recently attracted growing research interest. Existing approaches typically split time series into patches, map them to the token space of LLMs via a Tokenizer, process the tokens through a frozen or fine-tuned LLM backbone, and then reconstruct numerical forecasts using a Detokenizer. However, the actual effectiveness of LLMs for time series forecasting remains under debate. We observe that when trained and evaluated on small datasets, these Tokenizer-Detokenizer pairs often overfit to the specific data distribution, thereby masking the intrinsic predictive capability of the LLM backbone. To investigate the inherent potential of LLMs in this context, we design three models with identical architectures but distinct pre-training strategies. By leveraging large-scale pre-training, we obtain more unbiased Tokenizer-Detokenizer pairs that are seamlessly integrated with the LLM backbone. Through controlled experiments, we evaluate the zero-shot and few-shot forecasting performance of the LLM, offering insights into its true capabilities. Our extensive experiments reveal that, although the LLM backbone shows some promise, its performance remains limited and does not consistently surpass that of models specifically trained on large-scale time series data. Our source code is publicly available in the repository: https://github.com/SiriZhang45/LLM4TS.

Xinyu Zhang, Shanshan Feng, Xutao Li, Kenghong Lin, Fan Li, Pengfei Jia• 2025

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1 (test)
MSE0.417
398
Time Series ForecastingETTm1 (test)
MSE0.419
315
Time Series ForecastingTraffic (test)
MSE0.508
272
Time Series ForecastingETTh2 (test)
MSE0.269
250
Time Series ForecastingETTm2 (test)
MSE0.199
186
Time Series ForecastingElectricity (test)
MSE0.198
130
Time Series ForecastingExchange-Rate (test)
MSE0.119
17
Showing 7 of 7 rows

Other info

Follow for update