PulseAugur
实时 18:14:43
English(EN) Zero-Shot Time Series Forecasting Without Training a Model

LLM 通过使用特定序列的提示数据实现零样本时间序列预测

本文解释了使用大型语言模型进行零样本时间序列预测,并将其与传统预测方法区分开来。在零样本预测中,模型的权重不会针对特定的时间序列数据进行训练;相反,在推理时,整个序列都包含在提示中。模型利用其对一般时间序列模式的预训练知识,而提示数据则提供了具体的证据。作者强调,尺度归一化可能存在问题,特别是对于间歇性数据或近期状态发生变化的序列,在这种情况下,较短的上下文窗口可能更有效。实际限制是模型的上下文窗口大小,它决定了可以处理多少历史数据来识别季节性等模式。 AI

影响 展示了 LLM 在时间序列预测方面的新应用,有可能减少对特定任务模型训练的需求。

排序理由 文章详细介绍了 LLM 在一项特定研究任务(时间序列预测)中的新颖应用,而没有正式的论文或模型发布。[lever_c_demoted from research: ic=1 ai=1.0]

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

LLM 通过使用特定序列的提示数据实现零样本时间序列预测

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    无需训练模型即可进行零样本时间序列预测

    <p>Zero-shot in text means the task was not demonstrated. Zero-shot in forecasting means something narrower and more useful: the weights were never fitted to this series, but the series itself is fully present in the prompt. Confusing the two leads to expecting the wrong things.<…