arXiv:2504.08818cs.LGcs.AI2025-04KDD被引 2

控制变量研究LLM做时间序列预测的真实能力

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

  • 设计三组同架构模型,对比不同预训练策略对性能的影响
  • 大模型在零样本和少样本下表现有限,未超越专用时序模型
  • 揭示分词器偏差对结果的干扰,提出更公平的评估方法

将预训练大语言模型(LLM)作为时间序列预测的主干网络近年来受到广泛关注。现有方法通常将时间序列切分为片段,通过分词器映射到LLM的词元空间,经冻结或微调的LLM处理后,再通过反分词器重构数值预测。然而,其实际有效性仍存争议。我们发现,在小数据集上训练和评估时,分词器-反分词器对常过度拟合特定数据分布,掩盖了LLM主干的真实预测能力。为探究其内在潜力,我们设计三个架构相同但预训练策略不同的模型。通过大规模预训练,获得更无偏的分词器-反分词器对,并与LLM主干无缝集成。通过受控实验,评估了LLM在零样本和少样本下的预测表现,揭示其真实能力。大量实验证明,尽管LLM主干具有一定潜力,但其性能仍受限,且未能持续优于专门在大规模时间序列数据上训练的模型。代码已公开于:https://github.com/SiriZhang45/LLM4TS。

原文摘要 · Abstract (English)

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.

时间序列大模型评估方法分词器偏差

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。