溯源零样本时间序列预测的证据:基于源头的分类体系与审计框架

arXiv cs.LG 论文

摘要

本文提出了一种面向零样本时间序列预测的源头优先分类体系,对证据来源进行归类,并引入审计框架以提升基准评估的透明度。

arXiv:2609.21425v1 Announce Type: new Abstract: Zero-shot time-series forecasting (TSF) is often described as forecasting without target-specific parameter updates, but that training-status condition does not specify what evidence the system may use. A frozen language model prompted with serialized values, a time-series model pretrained on broad forecasting corpora, and a retrieval-augmented forecaster may all satisfy the no-update condition while drawing on different transferable evidence. This paper argues that zero-shot TSF should therefore be governed as an evidence-access claim. We propose a source-first taxonomy that separates three primary evidence sources---frozen LLM prior reuse, parametric time-series pretraining, and retrieval-augmented external memory---from the architectures that implement them. After the source is identified, four additional audit questions remain: task interface, forecast object and scoring, prediction-time context, and resource budget. The resulting agenda is to make zero-shot leaderboards auditable by reporting evidence boundaries and interface assumptions alongside scores, so that benchmark progress reflects transferable forecasting capability rather than undisclosed changes in context, memory, or budget.
查看原文
查看缓存全文

缓存时间: 2026/09/21 09:34

# Tracing the Evidence Behind Zero-Shot Time-Series Forecasting: A Source-First Taxonomy and Audit Framework
Source: [https://arxiv.org/html/2609.21425](https://arxiv.org/html/2609.21425)
Conference:ACM AI Leadership Summit 2026; August 30–September 2, 2026; Atlanta, GA, USAProceedings of the ACM AI Leadership Summit 2026 \(ACM AI Summit ’26\), August 30–September 2, 2026, Atlanta, GA, USACCS:Computing methodologies Machine learningCCS:Computing methodologies Artificial intelligenceCCS:Mathematics of computing Time series analysisDelun Kongemail:[delun\.kong@tum\.de](mailto:[email protected])Affiliation:Department of Operations and Technology Technical University of Munich,Heilbronn,GermanyWanyun Lingemail:[wanyun\.ling@tum\.de](mailto:[email protected])Affiliation:Department of Operations and Technology Technical University of Munich,Heilbronn,Germany,Chenxi Liuemail:[chenxi\.liu@cair\-cas\.org\.hk](mailto:[email protected])Affiliation:Hong Kong Institute of Science & Innovation Chinese Academy of Sciences,Hong Kong,ChinaandZiyue Liemail:[ziyue\.li@tum\.de](mailto:[email protected])Affiliation:Department of Operations and Technology, Heilbronn Data Science Center, Munich Data Science Institute Technical University of Munich,Heilbronn,Germany

2026

###### Abstract\.

Zero\-shot time\-series forecasting \(TSF\) is often described as forecasting without target\-specific parameter updates, but that training\-status condition does not specify what evidence the system may use\. A frozen language model prompted with serialized values, a time\-series model pretrained on broad forecasting corpora, and a retrieval\-augmented forecaster may all satisfy the no\-update condition while drawing on different transferable evidence\. This paper argues that zero\-shot TSF should therefore be governed as an evidence\-access claim\. We propose a source\-first taxonomy that separates three primary evidence sources—frozen LLM prior reuse, parametric time\-series pretraining, and retrieval\-augmented external memory—from the architectures that implement them\. After the source is identified, four additional audit questions remain: task interface, forecast object and scoring, prediction\-time context, and resource budget\. The resulting agenda is to make zero\-shot leaderboards auditable by reporting evidence boundaries and interface assumptions alongside scores, so that benchmark progress reflects transferable forecasting capability rather than undisclosed changes in context, memory, or budget\.

###### Keywords:

zero\-shot forecasting, time\-series foundation models, large language models, retrieval augmentation, evaluation protocols

Zero\-ShotTimeSeriesForecastingFrozen LLM Prior Reusefrozen priors; no TS\-specific trainingParametric Pretrainingzero\-shot ability in model parametersRetrieval\-Augmented Memoryadaptation via retrieved patternsNumeric SerializationForecasting\-Aware PromptingNumerical Time\-Series PretrainingInductive\-Bias\-Oriented PretrainingCross\-Modal Alignment PretrainingLearnable RetrievalRetrieved Pattern FusionQuery\-Guided Retrieval FilteringLLMTimeLSTPromptLag\-Llama, TimesFM, Chronos, MOIRAI, Time\-MoETTM, Mamba4Cast, TiRex, ReversoChatTimeTimeRAFTS\-RAGCross\-RAG

Figure 1\.Source\-first audit taxonomy for zero\-shot TSF\. Branches identify primary evidence sources, assess mechanisms, and representative methods; hybrid methods are placed by the primary evidence source active in the reported configuration\.A tree diagram classifying zero\-shot time\-series forecasting by source of generalization, mechanism, and representative methods\.## 1\.Introduction

In time\-series forecasting \(TSF\), the zero\-shot label usually specifies that model parameters are not updated on the target series\. It does not specify the evidence boundary: the information available before evaluation through pretrained parameters or during prediction through prompts, covariates, or retrieval\. This omission matters in a foundation\-model setting\([Bommasani and others, 2021](https://arxiv.org/html/2609.21425#bib.bib17)\)\. LLMTime exposes a frozen language\-model prior through numerical serialization\([Gruver et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib1)\); Chronos stores transferable forecasting structure in parameters learned from broad time\-series corpora\([Ansari et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib5)\); and TimeRAF changes prediction\-time evidence by retrieving from external time\-series memory\([Zhang et al\., 2025a](https://arxiv.org/html/2609.21425#bib.bib13)\)\. These systems can all be reported as zero\-shot, but their scores answer different evidence\-access questions\.

Prior surveys organize time\-series foundation models around methodological components, data category, model families, scope, modality and downstream task\([Liang et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib25);[Jin et al\., 2026](https://arxiv.org/html/2609.21425#bib.bib26)\)\. Unlike architecture\-centred surveys, our taxonomy separates the implementation mechanism from the evidence available to each reported forecasting configuration\. Architecture still matters: mixers\([Ekambaram et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib8)\), state\-space models\([Bhethanabhotla et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib9)\), xLSTM blocks\([Auer et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib10)\), and hybrid convolution–RNN layers\([Fu et al\., 2026](https://arxiv.org/html/2609.21425#bib.bib11)\)all shape transfer behavior\. But architecture alone does not determine whether a score reflects frozen LLM reuse, parametric time\-series pretraining, or retrieval\-augmented memory\. Fig\.[1](https://arxiv.org/html/2609.21425#acmlabel1)therefore starts from the primary evidence source and places mechanisms and representative methods beneath it\.

Even after the primary evidence source is fixed, comparisons remain fragile: point\-error metrics are not interchangeable across settings\([Hyndman and Koehler, 2006](https://arxiv.org/html/2609.21425#bib.bib23)\), probabilistic forecasts require scoring rules matched to the forecast object\([Gneiting and Raftery, 2007](https://arxiv.org/html/2609.21425#bib.bib24)\), and reported zero\-shot scores can answer different questions\.

This paper makes three contributions\. First, it proposes a source\-first taxonomy that classifies zero\-shot TSF systems by the primary source of transferable evidence rather than by architecture alone\. Second, it identifies four cross\-cutting audit conditions—task interface, forecast object and scoring, prediction\-time context, and resource budget—that remain after the evidence source is identified\. Third, it turns these conditions into a minimum disclosure checklist and a benchmark governance agenda for evidence\-boundary reporting\.

## 2\.Sources of Zero\-Shot Generalization

Fig\.[1](https://arxiv.org/html/2609.21425#acmlabel1)organizes methods by the primary evidence source behind a zero\-shot claim rather than by model architecture\. We consider reported zero\-shot forecasting configurations whose training and inference procedures provide sufficient information to identify the primary evidence source\. We use*evidence boundary*to denote the information sources available to a forecasting system, either before evaluation through pretrained parameters or during evaluation through prompting, covariates, or retrieval\. The top level of the taxonomy separates where transferable evidence is stored or accessed: in a frozen language\-model prior, in parameters learned through time\-series pretraining, or in an external memory retrieved at inference time\. The second level asks how that evidence enters the forecast\. Numeric serialization and forecasting\-aware prompts expose a frozen LLM prior; broad real or synthetic time\-series pretraining stores forecasting structure in model weights; and retrieval\-augmented methods add external examples or patterns at prediction time\. Classification is applied to the reported forecasting configuration rather than to the model family\. A configuration is retrieval\-augmented when retrieved external examples materially condition its prediction\. Without retrieval, time\-series forecasting pretraining places it in the parametric branch; an unchanged general\-purpose LLM accessed only through serialization or prompting belongs to frozen\-prior reuse\. Additional active channels are reported as secondary evidence\. Fig\.[2](https://arxiv.org/html/2609.21425#acmlabel2)places representative methods chronologically under this source\-first view\.

## 3\.Frozen LLM Prior Reuse

The frozen\-LLM branch asks whether a model trained primarily on text can reuse its language\-model prior for numerical sequence continuation without target\-specific updating\.

### 3\.1\.Numeric Serialization

Numeric serialization puts numerical histories into textual form and decodes textual continuations back into numerical forecasts\. LLMTime is the clearest example: it encodes values as digit strings, treats forecasting as next\-token continuation, and converts token\-level distributions into numerical samples, point summaries, or likelihoods\([Gruver et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib1)\)\. It belongs in the frozen\-LLM branch because the transferable evidence is the pretrained language\-model prior; serialization is the task interface that makes this prior usable for forecasting\.

### 3\.2\.Forecasting\-Aware Prompting

Forecasting\-aware prompting changes the interface rather than relying on raw numerical continuation alone\. LSTPrompt decomposes forecasting into short\-term and long\-term subtasks and designs prompts for each, aiming to improve zero\-shot adaptation without changing the underlying pretrained model\([Liu et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib2)\)\. Its source remains the frozen language\-model prior because prompting changes the task interface, not the parameter store or the evidence source\.

Evolution Timeline of Zero\-Shot Time\-Series ForecastingReused PriorsPretrained TSFMsRetrieval\-Augmented MemoryFrozen LLM Prior ReuseParametric PretrainingRetrieval\-AugmentedMemoryLLMTimedigital stringsLSTPromptlong\-short prompts□\\squareLag\-Llamalag covariatesTimesFMinput/output patches□\\squareTTMadaptive patching□\\squareChronosquantized tokensMOIRAImasked patchesChatTimemarked value tokens□\\squareTIME\-MOEsparse MoE□\\squareMamba4CastSSM□\\squareTiRexxLSTM \+ CPMReversolong conv \+ DeltaNet□\\squareTimeRAFchannel prompts□\\squareTS\-RAGretrieved pattern fusion∘\\circCross\-RAGquery–retrieval cross\-attn∘\\circ2023202420252026Color:Frozen LLMParametricRetrievalOutput:Prob\.□\\squarePoint∘\\circMixedMicro\-label:interface/mechanism

Figure 2\.Chronology of representative zero\-shot TSF methods by evidence source\. Rows and colors follow the source\-first branches in Fig\.[1](https://arxiv.org/html/2609.21425#acmlabel1)\. The timeline highlights the widening evidence\-access surface from reused LLM priors to pretrained TSFMs and retrieval\-augmented memory\.A chronological timeline of representative zero\-shot time\-series forecasting methods, grouped by taxonomy branch and output type\.

## 4\.Parametric Pretraining

Parametric pretraining treats zero\-shot TSF as the reuse of forecasting\-relevant structure already encoded in model weights through broad time\-series, synthetic, or time\-series–text pretraining\.

### 4\.1\.Numerical Time\-Series Pretraining

Numerical time\-series pretraining learns forecasting behavior from broad real and/or synthetic time\-series distributions\. Lag\-Llama, TimesFM, Chronos, MOIRAI, and Time\-MoE fit this mechanism because their zero\-shot forecasts rely on structure learned before target evaluation from large pretraining corpora\([Rasul et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib3);[Das et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib4);[Ansari et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib5);[Woo et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib6);[Shi et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib7)\)\. Their differences in lag features, patching, quantization, unified training, and sparse\-expert scaling are important model\-specific mechanisms, but they do not change the primary evidence source: transferable forecasting evidence stored in model parameters\. For example, Chronos is classified as parametric pretraining because its transferable forecasting evidence is encoded in parameters learned from broad time\-series corpora; quantization is an interface mechanism rather than the source of transfer\.

### 4\.2\.Inductive\-Bias\-Oriented Pretraining

Inductive\-bias\-oriented pretraining covers parametrically pretrained models whose transfer claims emphasize architecture or training design as much as corpus scale\. TTM uses a compact mixer\-based design for efficient zero\-shot forecasting\([Ekambaram et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib8)\); Mamba4Cast trains a state\-space model solely on synthetic data for single\-pass horizon prediction\([Bhethanabhotla et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib9)\); TiRex uses xLSTM state tracking and a masking strategy for in\-context forecasting\([Auer et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib10)\); and Reverso uses small hybrid convolution–linear\-RNN models to improve the performance–efficiency trade\-off\([Fu et al\., 2026](https://arxiv.org/html/2609.21425#bib.bib11)\)\. These mechanisms affect how transferable structure is stored and used, but the evidence still enters through parameters learned before downstream evaluation\.

### 4\.3\.Cross\-Modal Alignment Pretraining

Cross\-modal alignment pretraining builds a shared interface between time\-series tokens and language tokens\. ChatTime models time series as a “foreign language,” expands the tokenizer, and uses continued pretraining together with instruction tuning to place numerical series and text in one model\([Wang et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib12)\)\. It remains a parametric pretraining method because its transferable capability is learned into model weights before target evaluation, even if its language\-interface features could also be disclosed\.

## 5\.Retrieval\-Augmented Memory

Retrieval\-augmented systems form a separate source class because external memory can change the evidence available at prediction time even when target\-specific parameter updates are absent\. This parallels the broader RAG distinction between parametric model memory and non\-parametric retrieved memory\([Lewis et al\., 2020](https://arxiv.org/html/2609.21425#bib.bib16)\), but forecasting requires additional disclosure about the retrieval store, retrieved objects, and fusion mechanism\.

### 5\.1\.Learnable Retrieval

Learnable retrieval selects relevant external time\-series examples for the current query while leaving the forecasting backbone fixed\. TimeRAF combines a TSFM backbone, a learnable retriever, and Channel Prompting to integrate retrieved candidates from a task\-specific time\-series knowledge base\([Zhang et al\., 2025a](https://arxiv.org/html/2609.21425#bib.bib13)\)\. Although it uses a parametrically pretrained TSFM backbone, it belongs in the retrieval\-augmented branch when retrieved candidates materially shape the reported forecast\.

### 5\.2\.Retrieved Pattern Fusion

Retrieved pattern fusion treats retrieved examples as forecasting evidence rather than as passive context\. TS\-RAG retrieves semantically similar context–future pairs from a dedicated knowledge base and uses a learned augmentation module to fuse future\-pattern evidence from retrieved pairs with the query representation\([Ning et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib14)\)\. The retrieval store therefore contributes both additional conditioning information and candidate future\-pattern evidence\.

### 5\.3\.Query\-Guided Retrieval Filtering

Query\-guided retrieval filtering makes relevance selection part of the forecasting computation\. Cross\-RAG uses query–retrieval cross\-attention so that the query sequence can down\-weight irrelevant retrieved examples and remain more stable as the retrieval budget grows\([Lee et al\., 2026](https://arxiv.org/html/2609.21425#bib.bib15)\)\. Table[1](https://arxiv.org/html/2609.21425#S5.T1)summarizes how the three retrieval designs differ in retrieval space, retrieved content, and fusion mechanism\.

Table 1\.Retrieval evidence and fusion mechanisms\.MethodRetrieval spaceRetrieved content usedFusion mechanismTimeRAFLearned embedding retrievalRetrieved TS candidatesChannel PromptingTS\-RAGEmbedding:e⁡\(q\)∼e⁡\(x\)e\(q\)\\sim e\(x\)yyhorizons from context–future pairsAdaptive Retrieval MixerCross\-RAGData:q∼xq\\sim x\(x,y\)\(x,y\)pairsQuery–retrieval cross\-attention

*Note\.*qqdenotes the query history,xxa retrieved historical window,yyits corresponding future horizon, ande⁡\(⋅\)e\(\\cdot\)a retrieval encoder\.

## 6\.Cross\-Cutting Comparison

The taxonomy identifies the primary evidence source behind a zero\-shot claim\. It does not by itself fix the evaluation condition\. Four audit questions remain: task interface, forecast object and scoring, prediction\-time context, and resource budget\. GIFT\-Eval reports benchmark\-side dimensions such as domain, frequency, variate structure, and prediction length\([Aksu et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib19)\); model\-side comparisons need analogous disclosure\. Table[2](https://arxiv.org/html/2609.21425#S6.T2)applies the audit questions to the reported configurations of LLMTime, Chronos, and TimeRAF\.

Table 2\.Configuration\-level applications of evidence\-source and audit\-condition disclosure\.MethodEvidence source and audit disclosuresLLMTimeEvidence source: frozen LLM prior; interface: serialized numeric tokens; forecast object: samples or point reduction; context: target history only; resource issue: autoregressive decoding budget\.ChronosEvidence source: parametric TS pretraining; interface: scaled and quantized tokens; forecast object: sampled forecast distribution; context: target history; resource issue: sampling budget\.TimeRAFEvidence source: retrieval memory with a TSFM backbone; interface: TSFM input with retrieved candidates; forecast object: point or probabilistic output, depending on setup; context: target history plus retrieved series; resource issue: retrieval\-store size and candidate count\.Task Interface\.How is the forecasting task represented to the model? A numerical history may be serialized as digit tokens, wrapped in forecasting\-aware prompts, or scaled and quantized into a fixed vocabulary\. In LLMTime, tokenization, scaling, precision, and context length are coupled; LSTPrompt changes the prompt construction; Chronos scales and quantizes values before autoregressive sampling\([Gruver et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib1);[Liu et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib2);[Ansari et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib5)\)\. These choices define the task presented to the model; a score gain attributable to a different serialization scheme can be misread as a stronger transferable prior if the interface is not disclosed\.

Forecast Object and Scoring\.What predictive object is produced and scored? Point predictions and probabilistic forecasts represented by samples or quantiles support different claims\. Common point\-error measures can be scale\-dependent or unstable in some settings\([Hyndman and Koehler, 2006](https://arxiv.org/html/2609.21425#bib.bib23)\), while probabilistic forecasts should be evaluated with scoring rules appropriate to the predictive distribution\([Gneiting and Raftery, 2007](https://arxiv.org/html/2609.21425#bib.bib24)\)\. The scored object, any reduction applied to it, and the scoring rule therefore define the comparison; collapsing probabilistic samples to a median point estimate before scoring changes the predictive claim without changing the model, making metric ranks across forecast objects uninterpretable\.

Prediction\-Time Context\.What information is available at prediction time? This axis records the information supplied for a particular forecast, not where the model acquired its general capability\. MOIRAI supports arbitrary\-variate inputs, ChatTime accepts numerical–text inputs, and TimeRAF supplies retrieved series at prediction time\([Woo et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib6);[Wang et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib12);[Zhang et al\., 2025a](https://arxiv.org/html/2609.21425#bib.bib13)\)\. Methods within the same source class may therefore operate under different prediction\-time information sets; a retrieval\-augmented system and a parametrically pretrained model can share a leaderboard row while the former has access to matched external series the latter does not, inflating the apparent transfer gap\.

Resource Budget\.What resource budget is used to produce the forecast? Resource budgets also define comparisons: autoregressive sampling or decoding, sparse expert routing, compact inference, long\-context state tracking, and retrieval or fusion costs place computation in different pipeline stages\([Gruver et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib1);[Shi et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib7);[Ekambaram et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib8);[Auer et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib10);[Zhang et al\., 2025a](https://arxiv.org/html/2609.21425#bib.bib13)\)\. Accuracy\-only rankings do not establish resource parity; a compact architecture reporting lower latency and a large autoregressive model reporting higher accuracy are not comparable without a shared resource account\.

Table 3\.Minimum disclosures for interpreting zero\-shot TSF scores\.Audit conditionMinimum disclosureEvidence accessPrimary evidence source; material secondary sources; pretraining or retrieval provenanceTask interfaceEncoding or prompt; normalization; usable history and horizon; generation modeForecast object & scoringScored object; any point or distributional reduction; metric or scoring rulePrediction\-time contextTarget history; available variates, covariates, text, or retrieved seriesResource budgetModel size; active parameters or experts; sampling or decoding budget; retrieval\-store size and candidate count
## 7\.Evaluation Fragility and Research Agenda

Evaluation becomes fragile when a zero\-shot score omits either its evidence source or its evaluation conditions\. LLMTime, Chronos, and TimeRAF illustrate why the same no\-update label can encode frozen\-prior reuse, parametric time\-series pretraining, and retrieval\-augmented memory\([Gruver et al\., 2023](https://arxiv.org/html/2609.21425#bib.bib1);[Ansari et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib5);[Zhang et al\., 2025a](https://arxiv.org/html/2609.21425#bib.bib13)\)\. Recent critiques of LLM\-based forecasting, TSFM readiness, leakage, and cross\-domain foundation behavior further motivate this conditional reading\([Tan et al\., 2024](https://arxiv.org/html/2609.21425#bib.bib18);[Zhang et al\., 2025b](https://arxiv.org/html/2609.21425#bib.bib21);[Meyer et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib20);[Karaouli et al\., 2025](https://arxiv.org/html/2609.21425#bib.bib22)\)\. Accordingly, a leaderboard row should be interpreted as a conditional statement: under a specified evidence boundary and evaluation condition, modelMMobtains scoreSS\. Accuracy alone cannot establish whether a difference reflects transferable capability or a different interface, context, scoring target, or resource budget\.

The visionary agenda is to make those conditions visible, comparable, and testable\. Benchmark reports should pair accuracy with evidence\-aware disclosure, including pretraining and retrieval provenance, prediction\-time context, scored forecast object, scoring rule, and resource budget\. More importantly, benchmark governance should separate comparison tracks by evidence access: closed\-evidence runs that allow only target history and a declared pretrained model; retrieval\-declared runs that publish the retrieval corpus, indexing time, candidate count, and fusion mechanism; and open\-evidence runs that permit richer covariates, text, or external context while reporting those advantages explicitly\. Within each track, diagnostic ablations should remove or freeze evidence channels—pretrained weights, serialization or prompt interface, retrieved examples, and additional covariates—to identify which source actually explains a gain\.

A forward\-looking zero\-shot TSF benchmark would therefore treat each leaderboard row as a compact evidence contract rather than as a single score\. This follows a broader lesson from empirical NLP: held\-out scores alone are insufficient when development choices and computation budgets differ\([Dodge et al\., 2019](https://arxiv.org/html/2609.21425#bib.bib27)\)\. Such a benchmark also adapts the logic of data statements, where explicit provenance documentation supports more precise generalization claims\([Bender and Friedman, 2018](https://arxiv.org/html/2609.21425#bib.bib28)\)\. For TSF, the same logic should cover pretraining corpora, synthetic generators, benchmark splits, retrieval indexes, and covariate or text channels\.

## 8\.Conclusion

Zero\-shot TSF should be interpreted through both evidence access and evaluation conditions\. The source\-first taxonomy distinguishes frozen LLM reuse, parametric time\-series pretraining, and retrieval\-augmented memory\. The four audit dimensions record how each score is produced\. Reporting both turns leaderboard entries into auditable evidence claims rather than standalone ranks\.

## References

- Aksuet al\.\(2024\)T\. Aksu, G\. Woo, J\. Liu, X\. Liu, C\. Liu, S\. Savarese, C\. Xiong, and D\. SahooGIFT\-eval: a benchmark for general time series forecasting model evaluation\.InNeurIPS 2024 Workshop on Time Series in the Age of Large Models,Note:TSALM WorkshopCited by:[§6](https://arxiv.org/html/2609.21425#S6.p1.1)\.
- Ansariet al\.\(2024\)A\. F\. Ansari, L\. Stella, C\. Turkmen, X\. Zhang, P\. Mercado, H\. Shen, O\. Shchur, S\. S\. Rangapuram, S\. P\. Arango, S\. Kapoor, J\. Zschiegner, D\. C\. Maddix, H\. Wang, M\. W\. Mahoney, K\. Torkkola, A\. G\. Wilson, M\. Bohlke\-Schneider, and Y\. WangChronos: learning the language of time series\.Transactions on Machine Learning Research\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p1.1),[§4\.1](https://arxiv.org/html/2609.21425#S4.SS1.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p2.1),[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Aueret al\.\(2025\)A\. Auer, P\. Podest, D\. Klotz, S\. Böck, G\. Klambauer, and S\. HochreiterTiRex: zero\-shot forecasting across long and short horizons with enhanced in\-context learning\.InAdvances in Neural Information Processing Systems,Vol\.38\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1),[§4\.2](https://arxiv.org/html/2609.21425#S4.SS2.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p5.1)\.
- Bender and Friedman \(2018\)E\. M\. Bender and B\. FriedmanData statements for natural language processing: toward mitigating system bias and enabling better science\.Transactions of the Association for Computational Linguistics6,pp\. 587–604\.External Links:[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00041),[Link](https://aclanthology.org/Q18-1041/)Cited by:[§7](https://arxiv.org/html/2609.21425#S7.p3.1)\.
- Bhethanabhotlaet al\.\(2024\)S\. K\. Bhethanabhotla, O\. Swelam, J\. Siems, D\. Salinas, and F\. HutterMamba4Cast: efficient zero\-shot time series forecasting with state space models\.InNeurIPS 2024 Workshop on Time Series in the Age of Large Models,Note:TSALM Workshop SpotlightCited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1),[§4\.2](https://arxiv.org/html/2609.21425#S4.SS2.p1.1)\.
- Bommasaniet al\.\(2021\)R\. Bommasaniet al\.On the opportunities and risks of foundation models\.Technical reportStanford Center for Research on Foundation Models\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p1.1)\.
- Daset al\.\(2024\)A\. Das, W\. Kong, R\. Sen, and Y\. ZhouA decoder\-only foundation model for time\-series forecasting\.InProceedings of the 41st International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.235,pp\. 10148–10167\.Cited by:[§4\.1](https://arxiv.org/html/2609.21425#S4.SS1.p1.1)\.
- Dodgeet al\.\(2019\)J\. Dodge, S\. Gururangan, D\. Card, R\. Schwartz, and N\. A\. SmithShow your work: improved reporting of experimental results\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),Hong Kong, China,pp\. 2185–2194\.External Links:[Document](https://dx.doi.org/10.18653/v1/D19-1224),[Link](https://aclanthology.org/D19-1224/)Cited by:[§7](https://arxiv.org/html/2609.21425#S7.p3.1)\.
- Ekambaramet al\.\(2024\)V\. Ekambaram, A\. Jati, P\. Dayama, S\. Mukherjee, N\. H\. Nguyen, W\. M\. Gifford, C\. Reddy, and J\. KalagnanamTiny time mixers \(TTMs\): fast pre\-trained models for enhanced zero/few\-shot forecasting of multivariate time series\.InAdvances in Neural Information Processing Systems,Vol\.37,pp\. 74147–74181\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1),[§4\.2](https://arxiv.org/html/2609.21425#S4.SS2.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p5.1)\.
- Fuet al\.\(2026\)X\. Fu, Y\. Li, G\. Papaioannou, and Y\. KimReverso: efficient time series foundation models for zero\-shot forecasting\.In2nd ICML Workshop on Foundation Models for Structured Data,Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1),[§4\.2](https://arxiv.org/html/2609.21425#S4.SS2.p1.1)\.
- Gneiting and Raftery \(2007\)T\. Gneiting and A\. E\. RafteryStrictly proper scoring rules, prediction, and estimation\.Journal of the American Statistical Association102\(477\),pp\. 359–378\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p3.1),[§6](https://arxiv.org/html/2609.21425#S6.p3.1)\.
- Gruveret al\.\(2023\)N\. Gruver, M\. Finzi, S\. Qiu, and A\. G\. WilsonLarge language models are zero\-shot time series forecasters\.InAdvances in Neural Information Processing Systems,Vol\.36,pp\. 19622–19635\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p1.1),[§3\.1](https://arxiv.org/html/2609.21425#S3.SS1.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p2.1),[§6](https://arxiv.org/html/2609.21425#S6.p5.1),[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Hyndman and Koehler \(2006\)R\. J\. Hyndman and A\. B\. KoehlerAnother look at measures of forecast accuracy\.International Journal of Forecasting22\(4\),pp\. 679–688\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p3.1),[§6](https://arxiv.org/html/2609.21425#S6.p3.1)\.
- Jinet al\.\(2026\)M\. Jin, Y\. Kong, Y\. Liang, C\. Zhang, S\. Xue, X\. Wang, J\. Zhang, Y\. Wang, H\. Chen, X\. Li, V\. S\. Tseng, Y\. Zheng, L\. Chen, H\. Xiong, S\. Pan, and Q\. WenLarge models for time series and spatio\-temporal data: a survey and outlook\.ACM Computing Surveys\.Note:Online firstCited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1)\.
- Karaouliet al\.\(2025\)N\. Karaouli, D\. Coquenet, E\. Fromont, M\. Mermillod, and M\. ReybozHow foundational are foundation models for time series forecasting?\.InNeurIPS 2025 Workshop on Recent Advances in Time Series Foundation Models,Note:BERT2S WorkshopCited by:[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Leeet al\.\(2026\)S\. Lee, J\. Lee, J\. Seo, S\. Yoo, M\. Kim, T\. Y\. Lim, D\. Kang, H\. Choi, S\. Lee, and W\. AhnNot all retrievals are useful: cross\-attention for input\-aware RAG in time series forecasting\.Note:arXiv preprint; official venue not verifiedCited by:[§5\.3](https://arxiv.org/html/2609.21425#S5.SS3.p1.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Kuttler, M\. Lewis, W\. Yih, T\. Rocktäschel, S\. Riedel, and D\. KielaRetrieval\-augmented generation for knowledge\-intensive NLP tasks\.InAdvances in Neural Information Processing Systems,Vol\.33,pp\. 9459–9474\.Cited by:[§5](https://arxiv.org/html/2609.21425#S5.p1.1)\.
- Lianget al\.\(2024\)Y\. Liang, H\. Wen, Y\. Nie, Y\. Jiang, M\. Jin, D\. Song, S\. Pan, and Q\. WenFoundation models for time series analysis: a tutorial and survey\.InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 6555–6565\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p2.1)\.
- Liuet al\.\(2024\)H\. Liu, Z\. Zhao, J\. Wang, H\. Kamarthi, and B\. A\. PrakashLSTPrompt: large language models as zero\-shot time series forecasters by long\-short\-term prompting\.InFindings of the Association for Computational Linguistics: ACL 2024,pp\. 7832–7840\.Cited by:[§3\.2](https://arxiv.org/html/2609.21425#S3.SS2.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p2.1)\.
- Meyeret al\.\(2025\)M\. Meyer, S\. Kaltenpoth, K\. Zalipski, and O\. MüllerRethinking evaluation in the era of time series foundation models: \(Un\)known information leakage challenges\.Note:arXiv preprint; official venue not verifiedCited by:[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Ninget al\.\(2025\)K\. Ning, Z\. Pan, Y\. Liu, Y\. Jiang, J\. Y\. Zhang, K\. Rasul, A\. Schneider, L\. Ma, Y\. Nevmyvaka, and D\. SongTS\-RAG: retrieval\-augmented generation based time series foundation models are stronger zero\-shot forecaster\.InAdvances in Neural Information Processing Systems,Vol\.38\.Note:PosterCited by:[§5\.2](https://arxiv.org/html/2609.21425#S5.SS2.p1.1)\.
- Rasulet al\.\(2023\)K\. Rasul, A\. Ashok, A\. R\. Williams, H\. Ghonia, R\. Bhagwatkar, A\. Khorasani, M\. J\. Darvishi Bayazi, G\. Adamopoulos, R\. Riachi, N\. Hassen, M\. Biloš, S\. Garg, A\. Schneider, N\. Chapados, A\. Drouin, V\. Zantedeschi, Y\. Nevmyvaka, and I\. RishLag\-Llama: towards foundation models for probabilistic time series forecasting\.InNeurIPS 2023 Workshop on Robustness of Few\-shot and Zero\-shot Learning in Large Foundation Models,Note:R0\-FoMo WorkshopCited by:[§4\.1](https://arxiv.org/html/2609.21425#S4.SS1.p1.1)\.
- Shiet al\.\(2025\)X\. Shi, S\. Wang, Y\. Nie, D\. Li, Z\. Ye, Q\. Wen, and M\. JinTime\-MoE: billion\-scale time series foundation models with mixture of experts\.InInternational Conference on Learning Representations,Note:SpotlightCited by:[§4\.1](https://arxiv.org/html/2609.21425#S4.SS1.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p5.1)\.
- Tanet al\.\(2024\)M\. Tan, M\. A\. Merrill, V\. Gupta, T\. Althoff, and T\. HartvigsenAre language models actually useful for time series forecasting?\.InAdvances in Neural Information Processing Systems,Vol\.37,pp\. 60162–60191\.Note:SpotlightCited by:[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Wanget al\.\(2025\)C\. Wang, Q\. Qi, J\. Wang, H\. Sun, Z\. Zhuang, J\. Wu, L\. Zhang, and J\. LiaoChatTime: a unified multimodal time series foundation model bridging numerical and textual data\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 12694–12702\.Cited by:[§4\.3](https://arxiv.org/html/2609.21425#S4.SS3.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p4.1)\.
- Wooet al\.\(2024\)G\. Woo, C\. Liu, A\. Kumar, C\. Xiong, S\. Savarese, and D\. SahooUnified training of universal time series forecasting transformers\.InProceedings of the 41st International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.235,pp\. 53140–53164\.Cited by:[§4\.1](https://arxiv.org/html/2609.21425#S4.SS1.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p4.1)\.
- Zhanget al\.\(2025a\)H\. Zhang, C\. Xu, Y\. Zhang, Z\. Zhang, L\. Wang, and J\. BianTimeRAF: retrieval\-augmented foundation model for zero\-shot time series forecasting\.IEEE Transactions on Knowledge and Data Engineering37\(9\),pp\. 5654–5665\.Cited by:[§1](https://arxiv.org/html/2609.21425#S1.p1.1),[§5\.1](https://arxiv.org/html/2609.21425#S5.SS1.p1.1),[§6](https://arxiv.org/html/2609.21425#S6.p4.1),[§6](https://arxiv.org/html/2609.21425#S6.p5.1),[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.
- Zhanget al\.\(2025b\)Y\. Zhang, Q\. Zeng, Y\. Zhang, Z\. Xu, M\. Zheng, C\. Gao, M\. Jiang, and Z\. ZhengAre time series foundation models ready for zero\-shot forecasting?\.In1st ICML Workshop on Foundation Models for Structured Data,Cited by:[§7](https://arxiv.org/html/2609.21425#S7.p1.1)\.

相似文章

统一零样本时间序列预测:Darts基础

arXiv cs.LG

Darts,一个广受欢迎的开源Python时间序列分析库,引入了一个统一的FoundationModel类集合,该集合整合了多种时间序列基础模型(Chronos-2、TimesFM 2.5、TiRex、PatchTST-FM),通过标准化接口和最小依赖实现零样本和微调预测。

重新思考多模态时间序列预测评估

arXiv cs.LG

介绍了TimesX,这是一个新的多模态时间序列预测基准,包含多样化的真实世界数据和文本上下文,解决了泛化、数据泄露和上下文多样性问题。