REVIEW 3 major objections 4 minor 189 references
Post-Training in Time Series Foundation Models: A Unifying Framework
T0 review · 3 major / 4 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read This paper argues that the scattered field of post-training methods for time series foundation models is unified by where each method intervenes in the prediction pipeline, yielding five families.
desk verdict A broad, honest survey whose locus-of-intervention taxonomy is a genuinely useful organizing device for TSFM post-training, though the category boundaries are intuitive rather than principled and the paper slightly overclaims their exactness. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The key object is the locus-of-intervention axis: the place in the inference pipeline where a post-training mechanism acts. Concretely, post-training is formalized as a mechanism A applied to a pretrained model fθ0, an input series x, and optional resources R, and the taxonomy reads off which component of the pipeline A touches—parameters, input context, model pool, output, or computational structure. This axis does the work: it makes task-transferable methods comparable and yields five families with named subcategories, such as retrieval versus memory versus context transformation under context augmentation.
What would settle it
Take a representative sample of recently published TSFM post-training methods and ask two annotators to assign each to exactly one of the five loci; if a sizable fraction cannot be assigned or the annotators disagree systematically, the partition fails as a unifier. A concrete first probe is a framework that simultaneously nudges the input, corrects the output, and recalibrates uncertainty—does it have a unique primary locus under the paper's rule?
Extended reading notes
Core claim
The central claim is that the entire emerging TSFM post-training landscape can be organized by locus of intervention. After observing that pretraining alone often fails to bridge domain shift, task heterogeneity, limited supervision, and compute constraints, the paper defines post-training broadly as any procedure applied after pretraining to improve a model on a target domain, written as A(fθ0, x, R). It then partitions this space into five categories: modifying parameters, augmenting input context, composing multiple models, processing outputs and controlling uncertainty, and compressing or specializing for deployment. Within each category, representative methods are grouped into subcatego
Load-bearing premise
The taxonomy holds together only if every post-training method really does have one clearly primary place where it intervenes, but the paper's rule for picking that place is intuitive rather than formal.
Editorial extensions
If this is right
- Post-training is not synonymous with finetuning; retrieval, context engineering, routing, calibration, and compression are all first-class post-training mechanisms.
- Methods transfer across tasks and backbones, so choosing where to intervene is often more informative than asking which task a method was built for.
- The five families have asymmetric maturity: parameter adaptation is the most developed, model composition is described as early-stage, and compression and specialization are almost entirely focused on forecasting.
- Each locus comes with a concrete research agenda: controlled adaptation, reliable context construction, uncertainty-aware composition, calibrated output processing, and deployment-aware specialization.
- The taxonomy provides a shared vocabulary and a checklist of open problems, including the need to standardize reporting of post-training cost, routing cost, activated parameters, latency, and memory.
Reading between the lines
- Beyond the paper: the five loci could serve as a deployment-failure checklist—when a forecast is off, test whether the gap is in parameters, context, model choice, output calibration, or compute cost.
- Beyond the paper: a simple empirical check of the taxonomy would be to have independent annotators assign a random sample of post-training papers to families; low agreement would signal that the boundary definitions need sharpening.
- Beyond the paper: the 'primary subcategory' rule implies a prediction about hybrid methods, such as those doing both input transformation and output correction: one locus is expected to dominate, but the paper gives no decision procedure for choosing it.
- Beyond the paper: if adopted as a community convention, the taxonomy could become a metadata standard for reporting TSFM post-training experiments, enabling quantitative mapping of research activity per locus.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a unifying taxonomy for the emerging area of post-training in time series foundation models (TSFMs). It argues that the most informative way to organize post-training methods is by their 'locus of intervention' in the prediction pipeline, yielding five families: parameter adaptation, context augmentation, model composition, output processing and uncertainty control, and compression and specialization. The bulk of the paper surveys representative methods in each family, provides timelines and subcategorizations, discusses per-family limitations, and concludes with cross-cutting future directions. The central claim is that this locus-of-intervention perspective gives a structured design-space map that goes beyond existing surveys focused on pretraining or on finetuning alone.
Significance. If the proposed taxonomy is sound, it would be a genuinely useful organizing device for a rapidly growing literature. The paper's strengths are its breadth of recent coverage, its explicit per-family limitations, and its concrete research agenda. It also makes appropriate distinctions between finetuning and other post-training mechanisms. The value of the contribution, however, rests on the taxonomy being both principled and reproducible. The paper does not provide a classification protocol, and at least one method (δ-Adapter) is described as spanning multiple loci while being assigned to only one category. These issues do not destroy the survey's descriptive value, but they do weaken the central 'unifying framework' claim and need to be addressed before the taxonomic contribution can be fully credited.
major comments (3)
- [Section 3 and Fig. 2] The central claim is that 'what principally distinguishes' post-training methods is where they intervene, and the taxonomy requires that each method be assigned to one primary subcategory 'to avoid duplication' (Fig. 2 caption). No rule is given for choosing the primary locus. The paper itself provides a concrete counterexample: §7.1 describes δ-Adapter as a framework that 'combines input nudging, output residual correction, and uncertainty calibration,' and §5.3 explicitly treats its input-nudging component as a context-transformation method. Yet Fig. 2 places δ-Adapter only under Forecast Refinement. The same method therefore intervenes at the input, output, and calibration loci, and its single-category assignment rests on an unstated judgment. Similar multi-locus overlaps are plausible for model composition vs. parameter adaptation and for compression vs. parameter adaptation. Without
- [Section 1 and Fig. 2] The paper claims a 'comprehensive overview' of TSFM post-training methods, but no methodology is provided for how methods were collected, screened, or classified. There is no search protocol, inclusion/exclusion criterion, or inter-annotator agreement measure, and the set of methods in Fig. 2 is not enumerated in a machine-readable or independently checkable way. As a result, the exhaustiveness of the five families and the coverage claim cannot be verified from the manuscript. This matters because the paper's contribution is the taxonomy itself, not a new empirical result. I suggest adding a short methodology subsection describing the literature search, the time window, the inclusion criteria, and the classification/tie-break rule, or, failing that, softening 'comprehensive' to 'representative.'
- [Section 3, Section 5, and Fig. 2] There is an internal inconsistency in the context-augmentation subcategories. Section 3 states: 'We further categorize the methods into retrieval augmentation, memory augmentation, and in-context augmentation.' However, Section 5 and Fig. 2 present the subcategories as retrieval augmentation, memory augmentation, and context transformation. The term 'in-context augmentation' is never defined, and no method is placed in it. This is not merely a wording issue: it affects the internal structure of one of the five central families and should be reconciled before the taxonomy can be considered stable.
minor comments (4)
- [Section 8.1] The first paragraph of Section 8 says 'We identify two subcategories ... knowledge distillation, pruning, and specialization,' but three items are listed. Please correct the count or the list.
- [Section 8.1] The text refers to '(Hu et al., 2022, LoRa)'; the standard capitalization is 'LoRA' (Low-Rank Adaptation).
- [Figure 1] Figure 1 is dense and the small captions within the diagram are hard to read. Consider enlarging the label text or splitting the figure for clarity.
- [References] Several references are to preprints with 2026 dates; it would help readers to indicate in the text which methods are peer-reviewed and which are preprints, given the paper's stated coverage of both.
Circularity Check
No circularity: taxonomy is a stipulated schema; self-citations are contextual, not load-bearing.
full rationale
The paper is a survey/taxonomy, not a derivation with fitted parameters or empirical predictions. Section 3 defines post-training as any procedure that improves a TSFM by modifying one of five pipeline components, and the five categories are exactly those components; this is a stipulated classification scheme rather than a derived result, so the taxonomy does not reduce to its own inputs in a circular way. The manuscript's self-citations (e.g., Oreshkin et al. 2021/2026, Xie et al. 2026a,b, Baron et al. 2025, and works co-authored by Liu) appear as background, examples, or surveyed methods and are not load-bearing for the taxonomic criterion. The δ-Adapter case, placed under Output Processing while its input-nudging component is also discussed under Context Transformation, is a boundary/consistency issue in the classification, not a circular reduction; similarly, overlaps between model composition and parameter adaptation concern mutual exclusivity of the taxonomy, not circularity. Reported performance numbers are quoted from external works and are not predictions generated by this paper. No circular step can be exhibited by quoting the paper's own equations or definitions.
Assumptions & free parameters
assumptions (2)
- domain assumption The surveyed methods exist and are accurately represented by the cited references and the paper's one-paragraph summaries.
- ad hoc to paper TSFM post-training methods can be assigned to exactly one primary locus of intervention among the five families.
Cite this review
Pith. "Pith review of Post-Training in Time Series Foundation Models: A Unifying Framework." pith.science (2026). https://pith.science/paper/63PUV7Y4
@misc{pith2026260720002,
author = {Pith},
title = {Pith review of: Post-Training in Time Series Foundation Models: A Unifying Framework},
year = {2026},
howpublished = {\url{https://pith.science/paper/63PUV7Y4}},
note = {Machine review of arXiv:2607.20002}
}
read the original abstract
Time series foundation models (TSFMs) have emerged as general-purpose models for time series analysis, but pretraining alone is often insufficient for reliable downstream deployment. Bridging this gap requires further intervention to handle domain shift, task heterogeneity, limited supervision, and computational constraints, which motivates post-training as a broad class of methods to adapt, augment, compose, calibrate, or specialize pretrained TSFMs for downstream tasks. In this work, we analyze TSFM post-training methods based on their locus of intervention in the prediction pipeline, yielding five categories: parameter adaptation, context augmentation, model composition, output processing and uncertainty control, and compression and specialization. Within each category, we study main representative methods and discuss their current limitations. We further identify future directions toward controlled adaptation, reliable context construction, uncertainty-aware model composition, calibrated output processing, and deployment-aware specialization. Overall, by providing a unifying framework for the emerging TSFM post-training landscape, this work aims to support future research to navigate the design space between a pretrained TSFM and its reliable downstream deployment.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
arXiv preprint arXiv:2512.07624 , year =
Time Series Foundation Models for Process Model Forecasting , author =. arXiv preprint arXiv:2512.07624 , year =
-
[2]
Gupta, Divij and Bhatti, Anubhav and Parmar, Surajsinh , journal =. Beyond. 2024 , doi =
2024
-
[3]
2025 , eprint=
TS-Reasoner: Aligning Time Series Foundation Models with LLM Reasoning , author=. 2025 , eprint=
2025
-
[4]
2024 , eprint=
ChatTime: A Unified Multimodal Time Series Foundation Model Bridging Numerical and Textual Data , author=. 2024 , eprint=
2024
-
[5]
Xie, Zhe and Li, Zeyan and He, Xiao and Xu, Longlong and Wen, Xidao and Zhang, Tieying and Chen, Jianjun and Shi, Rui and Pei, Dan , year=. ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning , volume=. Proceedings of the VLDB Endowment , publisher=. doi:10.14778/3742728.3742735 , number=
-
[6]
Forty-second International Conference on Machine Learning , year=
Context is Key: A Benchmark for Forecasting with Essential Textual Information , author=. Forty-second International Conference on Machine Learning , year=
-
[7]
2025 , eprint=
Time-MMD: Multi-Domain Multimodal Dataset for Time Series Analysis , author=. 2025 , eprint=
2025
-
[8]
2025 , eprint=
ChronoSteer: Bridging Large Language Model and Time Series Foundation Model via Synthetic Data , author=. 2025 , eprint=
2025
Show all 189 references
-
[9]
Time Series Foundation Models Improve
Shifeng Xie and Ziwei Li and Themis Palpanas and Peilin Zhao and Chenghao Liu , booktitle=. Time Series Foundation Models Improve. 2026 , url=
2026
-
[10]
The Fourteenth International Conference on Learning Representations , year =
Zero-shot Forecasting by Simulation Alone , author =. The Fourteenth International Conference on Learning Representations , year =
-
[11]
arXiv preprint arXiv:2310.03589 , year=
TimeGPT-1 , author=. arXiv preprint arXiv:2310.03589 , year=
-
[12]
Proceedings of the AAAI Conference on Artificial Intelligence , pages=
Meta-learning framework with applications to zero-shot time-series forecasting , author=. Proceedings of the AAAI Conference on Artificial Intelligence , pages=
-
[13]
2022 , note =
Hierarchical forecasting with a top-down alignment of independent-level forecasts , journal =. 2022 , note =
2022
-
[14]
Oreshkin and Dmitri Carpov and Nicolas Chapados and Yoshua Bengio , title =
Boris N. Oreshkin and Dmitri Carpov and Nicolas Chapados and Yoshua Bengio , title =. 8th International Conference on Learning Representations,. 2020 , url =
2020
-
[15]
A hybrid method of exponential smoothing and recurrent neural networks for time series forecasting , journal =
Smyl, Slawek , year =. A hybrid method of exponential smoothing and recurrent neural networks for time series forecasting , journal =
-
[16]
Scaling Learning Algorithms Towards
Bengio, Yoshua and LeCun, Yann , booktitle =. Scaling Learning Algorithms Towards
-
[17]
and Osindero, Simon and Teh, Yee Whye , journal =
Hinton, Geoffrey E. and Osindero, Simon and Teh, Yee Whye , journal =. A Fast Learning Algorithm for Deep Belief Nets , volume =
-
[18]
2016 , publisher=
Deep learning , author=. 2016 , publisher=
2016
-
[19]
The Fourteenth International Conference on Learning Representations , year=
Test-Time Efficient Pretrained Model Portfolios for Time Series Forecasting , author=. The Fourteenth International Conference on Learning Representations , year=
-
[20]
2025 , eprint=
One-Embedding-Fits-All: Efficient Zero-Shot Time Series Forecasting by a Model Zoo , author=. 2025 , eprint=
2025
-
[21]
2025 , eprint=
Estimating Time Series Foundation Model Transferability via In-Context Learning , author=. 2025 , eprint=
2025
-
[22]
Forty-second International Conference on Machine Learning , year=
Breaking Silos: Adaptive Model Fusion Unlocks Better Time Series Forecasting , author=. Forty-second International Conference on Machine Learning , year=
-
[23]
Transactions on Machine Learning Research , issn=
Synapse: Adaptive Arbitration of Complementary Expertise in Time Series Foundational Models , author=. Transactions on Machine Learning Research , issn=. 2026 , url=
2026
-
[24]
2025 , eprint=
Enhancing Transformer-Based Foundation Models for Time Series Forecasting via Bagging, Boosting and Statistical Ensembles , author=. 2025 , eprint=
2025
-
[25]
2025 , eprint=
SeqFusion: Sequential Fusion of Pre-Trained Models for Zero-Shot Time-Series Forecasting , author=. 2025 , eprint=
2025
-
[26]
2025 , eprint=
Conversational Time Series Foundation Models: Towards Explainable and Effective Forecasting , author=. 2025 , eprint=
2025
-
[27]
Zhang and Kashif Rasul and Anderson Schneider and Lintao Ma and Yuriy Nevmyvaka and Dongjin Song , booktitle=
Kanghui Ning and Zijie Pan and Yu Liu and Yushan Jiang and James Y. Zhang and Kashif Rasul and Anderson Schneider and Lintao Ma and Yuriy Nevmyvaka and Dongjin Song , booktitle=. 2026 , url=
2026
-
[28]
TimeRAF: Retrieval-Augmented Foundation Model for Zero-Shot Time Series Forecasting , year=
Zhang, Huanyu and Xu, Chang and Zhang, Yi-Fan and Zhang, Zhang and Wang, Liang and Bian, Jiang , journal=. TimeRAF: Retrieval-Augmented Foundation Model for Zero-Shot Time Series Forecasting , year=
-
[29]
Forty-second International Conference on Machine Learning , year=
Retrieval Augmented Time Series Forecasting , author=. Forty-second International Conference on Machine Learning , year=
-
[30]
2026 , eprint=
Cross-RAG: Zero-Shot Retrieval-Augmented Time Series Forecasting via Cross-Attention , author=. 2026 , eprint=
2026
-
[31]
2025 , eprint=
RATFM: Retrieval-augmented Time Series Foundation Model for Anomaly Detection , author=. 2025 , eprint=
2025
-
[32]
2026 , eprint=
Retrieval-Augmented Generation with Covariate Time Series , author=. 2026 , eprint=
2026
-
[33]
2026 , eprint=
MEMTS: Internalizing Domain Knowledge via Parameterized Memory for Retrieval-Free Domain Adaptation of Time Series Foundation Models , author=. 2026 , eprint=
2026
-
[34]
2026 , eprint=
TS-Memory: Plug-and-Play Memory for Time Series Foundation Models , author=. 2026 , eprint=
2026
-
[35]
2026 , eprint=
MOMEMTO: Patch-based Memory Gate Model in Time Series Foundation Model , author=. 2026 , eprint=
2026
-
[36]
The Fourteenth International Conference on Learning Representations , year=
Adapt Data to Model: Adaptive Transformation Optimization for Domain-shared Time Series Foundation Models , author=. The Fourteenth International Conference on Learning Representations , year=
-
[37]
The Fourteenth International Conference on Learning Representations , year=
The Forecast After the Forecast: A Post-Processing Shift in Time Series , author=. The Fourteenth International Conference on Learning Representations , year=
-
[38]
RefineBridge: Generative Bridge Models Improve Financial Forecasting by Foundation Models , year=
Bolton, Anthony and Zhou, Wuyang and Chen, Zehua and Iacovides, Giorgos and Mandic, Danilo , booktitle=. RefineBridge: Generative Bridge Models Improve Financial Forecasting by Foundation Models , year=
-
[39]
2025 , eprint=
Foundation models for time series forecasting: Application in conformal prediction , author=. 2025 , eprint=
2025
-
[40]
2026 , eprint=
Temporal Conformal Prediction (TCP): A Distribution-Free Statistical and Machine Learning Framework for Adaptive Risk Forecasting , author=. 2026 , eprint=
2026
-
[41]
2026 , eprint=
Bias-Corrected Adaptive Conformal Inference for Multi-Horizon Time Series Forecasting , author=. 2026 , eprint=
2026
-
[42]
Machine Learning , year=
English, Eshant and Wong-Toi, Eliot and Fontana, Matteo and Mandt, Stephan and Smyth, Padhraic and Lippert, Christoph , title=. Machine Learning , year=. doi:10.1007/s10994-025-06812-2 , url=
-
[43]
2026 , eprint=
ProbFM: Probabilistic Time Series Foundation Model with Uncertainty Decomposition , author=. 2026 , eprint=
2026
-
[44]
Recent Advances in Time Series Foundation Models Have We Reached the 'BERT Moment'? , year=
Efficiently Generating Correlated Sample Paths from Multi-step Time Series Foundation Models , author=. Recent Advances in Time Series Foundation Models Have We Reached the 'BERT Moment'? , year=
-
[45]
The Fourteenth International Conference on Learning Representations , year=
Adaptive Conformal Anomaly Detection with Time Series Foundation Models for Signal Monitoring , author=. The Fourteenth International Conference on Learning Representations , year=
-
[46]
The Fourteenth International Conference on Learning Representations , year=
Complexity- and Statistics-Guided Anomaly Detection in Time Series Foundation Models , author=. The Fourteenth International Conference on Learning Representations , year=
-
[47]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
Multi-Scale Finetuning for Encoder-based Time Series Foundation Models , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[48]
2025 , eprint=
VisionTS++: Cross-Modal Time Series Foundation Model with Continual Pre-trained Vision Backbones , author=. 2025 , eprint=
2025
-
[49]
Financial Fine-Tuning a Large Time Series Model , year=
Fu, Xinghong and Hirano, Masanori and Imajo, Kentaro , booktitle=. Financial Fine-Tuning a Large Time Series Model , year=
-
[50]
2025 , eprint=
Foundation Time-Series AI Model for Realized Volatility Forecasting , author=. 2025 , eprint=
2025
-
[51]
2025 , eprint=
Time-Series Foundation AI Model for Value-at-Risk Forecasting , author=. 2025 , eprint=
2025
-
[52]
2025 , eprint=
Fine-Tuning Foundation Models with Federated Learning for Privacy Preserving Medical Time Series Forecasting , author=. 2025 , eprint=
2025
-
[53]
2025 , isbn =
Chen, Shengchao and Long, Guodong and Jiang, Jing and Zhang, Chengqi , title =. 2025 , isbn =. doi:10.1609/aaai.v39i15.33739 , booktitle =
2025 doi
-
[54]
2026 , eprint=
Bi-level Heterogeneous Learning for Time Series Foundation Models: A Federated Learning Approach , author=. 2026 , eprint=
2026
-
[55]
Proceedings of The 28th International Conference on Artificial Intelligence and Statistics , pages =
ChronosX: Adapting Pretrained Time Series Models with Exogenous Variables , author =. Proceedings of The 28th International Conference on Artificial Intelligence and Statistics , pages =. 2025 , editor =
2025
-
[56]
Lu Han and Yu Liu and Lan Li and Qiwen Deng and Jian Jiang and Yinbo sun and Zhe Yu and Binfeng Wang and Xingyu Lu and Lintao Ma and Han-Jia Ye and De-Chuan Zhan , booktitle=. Uni. 2026 , url=
2026
-
[57]
2025 , isbn =
Dange, Afrin and Sarawagi, Sunita , title =. 2025 , isbn =. doi:10.1145/3746252.3761272 , booktitle =
2025
-
[58]
2025 , eprint=
CoRA: Covariate-Aware Adaptation of Time Series Foundation Models , author=. 2025 , eprint=
2025
-
[59]
Wind power prediction using foundation large time series models enhanced by time series prompt in exogenous and tuning forms , journal =
Yuwei Fan and Tao Song and Chenlong Feng and Chao Liu and Dongxiang Jiang , keywords =. Wind power prediction using foundation large time series models enhanced by time series prompt in exogenous and tuning forms , journal =. 2025 , issn =. doi:https://doi.org/10.1016/j.apener...
2025
-
[60]
Hanyin Cheng and Xingjian Wu and Yang Shu and Zhongwen Rao and Lujia Pan and Bin Yang and Chenjuan Guo , booktitle=. Co. 2026 , url=
2026
-
[61]
Abdelhakim Benechehab and Vasilii Feofanov and Giuseppe Paolo and Albert Thomas and Maurizio Filippone and Bal. Ada. Forty-second International Conference on Machine Learning , year=
-
[62]
2026 , eprint=
DualWeaver: Synergistic Feature Weaving Surrogates for Multivariate Forecasting with Univariate Time Series Foundation Models , author=. 2026 , eprint=
2026
-
[63]
2024 , eprint=
Generalized Prompt Tuning: Adapting Frozen Univariate Time Series Foundation Models for Multivariate Healthcare Time Series , author=. 2024 , eprint=
2024
-
[64]
doi:10.1016/j.neucom.2025.132098 , journal=
Li, Yuze and Zhu, Wei , year=. doi:10.1016/j.neucom.2025.132098 , journal=
2025
-
[65]
2025 , eprint=
STAR: Boosting Time Series Foundation Models for Anomaly Detection through State-aware Adapter , author=. 2025 , eprint=
2025
-
[66]
The Fourteenth International Conference on Learning Representations , year=
Repurposing Foundation Model for Generalizable Medical Time Series Classification , author=. The Fourteenth International Conference on Learning Representations , year=
-
[67]
Second Workshop on Test-Time Adaptation: Putting Updates to the Test! at ICML 2025 , year=
Lightweight Online Adaption for Time Series Foundation Model Forecasts , author=. Second Workshop on Test-Time Adaptation: Putting Updates to the Test! at ICML 2025 , year=
2025
-
[68]
2025 , isbn =
Kim, HyunGi and Kim, Siwon and Mok, Jisoo and Yoon, Sungroh , title =. 2025 , isbn =. doi:10.1609/aaai.v39i17.33965 , booktitle =
2025 doi
-
[69]
Proceedings of the AAAI Conference on Artificial Intelligence , year =
Kim, HyunGi and Mok, Jisoo and Lee, Hyungyu and Shin, Juhyeon and Yoon, Sungroh , title =. Proceedings of the AAAI Conference on Artificial Intelligence , year =. doi:10.1609/aaai.v40i17.38524 , url =
-
[70]
AdaNODEs: Test Time Adaptation for Time Series Forecasting Using Neural Odes , year=
Dang, Ting and Chatterjee, Soumyajit and Jia, Hong and Wu, Yu and Salim, Flora and Kawsar, Fahim , booktitle=. AdaNODEs: Test Time Adaptation for Time Series Forecasting Using Neural Odes , year=
-
[71]
Second Workshop on Test-Time Adaptation: Putting Updates to the Test! at ICML 2025 , year=
Shift-Aware Test Time Adaptation and Benchmarking for Time-Series Forecasting , author=. Second Workshop on Test-Time Adaptation: Putting Updates to the Test! at ICML 2025 , year=
2025
-
[72]
2026 , eprint=
RG-TTA: Regime-Guided Meta-Control for Test-Time Adaptation in Streaming Time Series , author=. 2026 , eprint=
2026
-
[73]
NeurIPS Workshop on Time Series in the Age of Large Models , year=
Fine-Tuning a Time Series Foundation Model with Wasserstein Loss , author=. NeurIPS Workshop on Time Series in the Age of Large Models , year=
-
[74]
Decision-focused fine-tuning of time series foundation models for dispatchable feeder optimization , volume=
Beichter, Maximilian and Friederich, Nils and Pinter, Janik and Werling, Dorina and Phipps, Kaleb and Beichter, Sebastian and Neumann, Oliver and Mikut, Ralf and Hagenmeyer, Veit and Heidrich, Benedikt , year=. Decision-focused fine-tuning of time series foundation models for ...
2025
-
[75]
2026 , eprint=
Adapting Time Series Foundation Models through Data Mixtures , author=. 2026 , eprint=
2026
-
[76]
2025 , eprint=
Forecast2Anomaly (F2A): Adapting Multivariate Time Series Foundation Models for Anomaly Prediction , author=. 2025 , eprint=
2025
-
[77]
2024 , url=
Uncertainty-aware Fine-tuning on Time Series Foundation Model for Anomaly Detection , author=. 2024 , url=
2024
-
[78]
2015 , eprint=
Distilling the Knowledge in a Neural Network , author=. 2015 , eprint=
2015
-
[79]
2026 , eprint=
Distilling Time Series Foundation Models for Efficient Forecasting , author=. 2026 , eprint=
2026
-
[80]
Efficient Multivariate Time Series Forecasting via Calibrated Language Models with Privileged Knowledge Distillation , year=
Liu, Chenxi and Miao, Hao and Xu, Qianxiong and Zhou, Shaowen and Long, Cheng and Zhao, Yan and Li, Ziyue and Zhao, Rui , booktitle=. Efficient Multivariate Time Series Forecasting via Calibrated Language Models with Privileged Knowledge Distillation , year=
-
[81]
2025 , url=
Efficient Compression of Time-Series Foundation Models via Consensus Subspace Distillation , author=. 2025 , url=
2025
-
[82]
Foundation models knowledge distillation for battery capacity degradation forecast , volume=
Chan, Joey and Chen, Zhen and Pan, Ershun , year=. Foundation models knowledge distillation for battery capacity degradation forecast , volume=. doi:10.1016/j.ress.2025.112139 , journal=
2025
-
[83]
Edward J Hu and yelong shen and Phillip Wallis and Zeyuan Allen-Zhu and Yuanzhi Li and Shean Wang and Lu Wang and Weizhu Chen , booktitle=. Lo. 2022 , url=
2022
-
[84]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
Less is More: Unlocking Specialization of Time Series Foundation Models via Structured Pruning , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[85]
2025 , isbn =
Saadallah, Amal and Al-Ademi, Abdulaziz , title =. 2025 , isbn =. doi:10.1007/978-3-032-15535-1_7 , booktitle =
2025 doi
-
[86]
2026 , eprint=
Reverso: Efficient Time Series Foundation Models for Zero-shot Forecasting , author=. 2026 , eprint=
2026
-
[87]
Foundation Models for Time Series Analysis: A Tutorial and Survey , url=
Liang, Yuxuan and Wen, Haomin and Nie, Yuqi and Jiang, Yushan and Jin, Ming and Song, Dongjin and Pan, Shirui and Wen, Qingsong , year=. Foundation Models for Time Series Analysis: A Tutorial and Survey , url=. doi:10.1145/3637528.3671451 , booktitle=
-
[88]
2025 , eprint=
Foundation Models for Time Series: A Survey , author=. 2025 , eprint=
2025
-
[89]
2025 , eprint=
Mantis: Lightweight Calibrated Foundation Model for User-Friendly Time Series Classification , author=. 2025 , eprint=
2025
-
[90]
Transactions on Machine Learning Research , issn=
Chronos: Learning the Language of Time Series , author=. Transactions on Machine Learning Research , issn=. 2024 , url=
2024
-
[91]
Shanghua Gao and Teddy Koker and Owen Queen and Thomas Hartvigsen and Theodoros Tsiligkaridis and Marinka Zitnik , booktitle=. Uni. 2024 , url=
2024
-
[92]
2026 , eprint=
CauKer: Classification Time Series Foundation Models Can Be Pretrained on Synthetic Data , author=. 2026 , eprint=
2026
-
[93]
2026 , eprint=
TempoPFN: Synthetic Pre-training of Linear RNNs for Zero-shot Time Series Forecasting , author=. 2026 , eprint=
2026
-
[94]
2024 , eprint=
TimeGPT-1 , author=. 2024 , eprint=
2024
-
[95]
2024 , url=
Mononito Goswami and Konrad Szafer and Arjun Choudhry and Yifu Cai and Shuo Li and Artur Dubrawski , booktitle=. 2024 , url=
2024
-
[96]
2025 , eprint=
TimesBERT: A BERT-Style Foundation Model for Time Series Understanding , author=. 2025 , eprint=
2025
-
[97]
Transactions on Machine Learning Research , issn=
NuTime: Numerically Multi-Scaled Embedding for Large- Scale Time-Series Pretraining , author=. Transactions on Machine Learning Research , issn=. 2024 , url=
2024
-
[98]
R0-FoMo:Robustness of Few-shot and Zero-shot Learning in Large Foundation Models , year=
Lag-Llama: Towards Foundation Models for Time Series Forecasting , author=. R0-FoMo:Robustness of Few-shot and Zero-shot Learning in Large Foundation Models , year=
-
[99]
2025 , isbn =
Jiang, Yushan and Ning, Kanghui and Pan, Zijie and Shen, Xuyang and Ni, Jingchao and Yu, Wenchao and Schneider, Anderson and Chen, Haifeng and Nevmyvaka, Yuriy and Song, Dongjin , title =. 2025 , isbn =. doi:10.1145/3711896.3736567 , booktitle =
2025
-
[100]
2016 , month=
Electrocardiogram time series forecasting and optimization using ant colony optimization algorithm , journal=. 2016 , month=
2016
-
[101]
and Deokate, Sarika T
Sonkavde, Gaurang and Dharrao, Deepak Sudhakar and Bongale, Anupkumar M. and Deokate, Sarika T. and Doreswamy, Deepak and Bhat, Subraya Krishna , TITLE =. International Journal of Financial Studies , VOLUME =. 2023 , NUMBER =
2023
-
[102]
2015 , howpublished =
Trindade, Artur , title =. 2015 , howpublished =
2015
-
[104]
Weather dataset , url =
-
[105]
, title =
Tsay, Ruey S. , title =
-
[106]
and Carvalho, Jose L
Nerlove, Marc and Grether, David M. and Carvalho, Jose L. , title =
-
[107]
and Zhang, Fang , title =
Penfold, Robert B. and Zhang, Fang , title =. Academic Pediatrics , volume =
-
[108]
Sustainability , volume =
Chui, Kwok Tai and Alhalabi, Wadee and Pang, Sally Siu Hang and de Pablos, Patricia Ordonez and Liu, Ryan Wen and Zhao, Mingbo , title =. Sustainability , volume =
-
[109]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
This Time is Different: An Observability Perspective on Time Series Foundation Models , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[110]
Transfusion , volume =
Li, Na and others , title =. Transfusion , volume =
-
[111]
Probabilistic demand forecasting at scale , year =
B\". Probabilistic demand forecasting at scale , year =. doi:10.14778/3137765.3137775 , journal =
-
[112]
Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
Dcdetector: Dual attention contrastive representation learning for time series anomaly detection , author=. Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
-
[113]
Zhang, Yingying and Guan, Zhengxiong and Qian, Huajie and Xu, Leili and Liu, Hengbo and Wen, Qingsong and Sun, Liang and Jiang, Junwei and Fan, Lunting and Ke, Min , booktitle=
-
[114]
Dislocated Time Series Convolutional Neural Architecture: An Intelligent Fault Diagnosis Approach for Electric Machine
Ruonan Liu and Guotao Meng and Boyuan Yang and Chuang Sun and Xuefeng Chen. Dislocated Time Series Convolutional Neural Architecture: An Intelligent Fault Diagnosis Approach for Electric Machine. IEEE Transactions on Industrial Informatics. 2017. doi:10.1109/TII.2016.2645238
2017
-
[115]
Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence,
Prompt Federated Learning for Weather Forecasting: Toward Foundation Models on Meteorological Data , author =. Proceedings of the Thirty-Second International Joint Conference on Artificial Intelligence,. 2023 , month =. doi:10.24963/ijcai.2023/393 , url =
2023 doi
-
[116]
arXiv preprint arXiv:2202.11214 , year=
Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators , author=. arXiv preprint arXiv:2202.11214 , year=
-
[117]
2023 , isbn =
Zhu, Zhaoyang and Chen, Weiqi and Xia, Rui and Zhou, Tian and Niu, Peisong and Peng, Bingqing and Wang, Wenwei and Liu, Hengbo and Ma, Ziqing and Wen, Qingsong and Sun, Liang , title =. 2023 , isbn =. doi:10.1609/aaai.v37i13.26853 , booktitle =
2023 doi
-
[118]
Personalized Federated DARTS for Electricity Load Forecasting of Individual Buildings , year=
Qin, Dalin and Wang, Chenxi and Wen, Qingsong and Chen, Weiqi and Sun, Liang and Wang, Yi , journal=. Personalized Federated DARTS for Electricity Load Forecasting of Individual Buildings , year=
-
[119]
Journal of Property Investment & Finance , volume =
Stevenson, Simon , title =. Journal of Property Investment & Finance , volume =. 2007 , doi =
2007
-
[120]
and Dumais, Susan T
Hearst, Marti A. and Dumais, Susan T. and Osuna, Edgar and Platt, John and Scholkopf, Bernhard , title =. IEEE Intelligent Systems and their Applications , volume =
-
[121]
, title =
Friedman, Jerome H. , title =. The Annals of Statistics , year =
-
[122]
Athanasopoulos
Rob Hyndman and G. Athanasopoulos. Forecasting: Principles and Practice. 2021
2021
-
[123]
Attention is All you Need , url =
Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, ukasz and Polosukhin, Illia , booktitle =. Attention is All you Need , url =
-
[124]
2024 , url=
Romain Ilbert and Ambroise Odonnat and Vasilii Feofanov and Aladin Virmaux and Giuseppe Paolo and Themis Palpanas and Ievgen Redko , booktitle=. 2024 , url=
2024
-
[125]
Methodology for long-term prediction of time series , journal =
Antti Sorjamaa and Jin Hao and Nima Reyhani and Yongnan Ji and Amaury Lendasse , keywords =. Methodology for long-term prediction of time series , journal =. 2007 , note =. doi:https://doi.org/10.1016/j.neucom.2006.06.015 , url =
2007 doi
-
[126]
Proceedings of the 38th International Conference on Machine Learning , pages =
Data-driven Prediction of General Hamiltonian Dynamics via Learning Exactly-Symplectic Maps , author =. Proceedings of the 38th International Conference on Machine Learning , pages =. 2021 , editor =
2021
-
[127]
2019 , isbn =
Fan, Chenyou and Zhang, Yuze and Pan, Yi and Li, Xiaoyue and Zhang, Chi and Yuan, Rong and Wu, Di and Wang, Wensheng and Pei, Jian and Huang, Heng , title =. 2019 , isbn =. doi:10.1145/3292500.3330662 , booktitle =
2019
-
[128]
2018 , isbn =
Lai, Guokun and Chang, Wei-Cheng and Yang, Yiming and Liu, Hanxiao , title =. 2018 , isbn =. doi:10.1145/3209978.3210006 , booktitle =
2018
-
[129]
, title =
Qin, Yao and Song, Dongjin and Cheng, Haifeng and Cheng, Wei and Jiang, Guofei and Cottrell, Garrison W. , title =. Proceedings of the 26th International Joint Conference on Artificial Intelligence , pages =. 2017 , isbn =
2017
-
[130]
Proceedings of the 33rd International Conference on Neural Information Processing Systems , articleno =
Sen, Rajat and Yu, Hsiang-Fu and Dhillon, Inderjit , title =. Proceedings of the 33rd International Conference on Neural Information Processing Systems , articleno =. 2019 , publisher =
2019
-
[131]
G. E. P. Box and G. M. Jenkins and J. F. MacGregor , title=. Journal of the Royal Statistical Society Series C , year=1974, volume=. doi:10.2307/2346997 , url=
1974 doi
-
[132]
1990 , isbn =
Box, George Edward Pelham and Jenkins, Gwilym , title =. 1990 , isbn =
1990
-
[133]
Information , VOLUME =
Casolaro, Angelo and Capone, Vincenzo and Iannuzzo, Gennaro and Camastra, Francesco , TITLE =. Information , VOLUME =. 2023 , NUMBER =
2023
-
[134]
Deep State Space Models for Time Series Forecasting , url =
Rangapuram, Syama Sundar and Seeger, Matthias W and Gasthaus, Jan and Stella, Lorenzo and Wang, Yuyang and Januschowski, Tim , booktitle =. Deep State Space Models for Time Series Forecasting , url =
-
[135]
2020 , issn =
DeepAR: Probabilistic forecasting with autoregressive recurrent networks , journal =. 2020 , issn =. doi:https://doi.org/10.1016/j.ijforecast.2019.07.001 , url =
2020 doi
-
[136]
Forty-first International Conference on Machine Learning , year=
Unified Training of Universal Time Series Forecasting Transformers , author=. Forty-first International Conference on Machine Learning , year=
-
[137]
The Twelfth International Conference on Learning Representations , year=
iTransformer: Inverted Transformers Are Effective for Time Series Forecasting , author=. The Twelfth International Conference on Learning Representations , year=
-
[138]
2022 , editor =
Zhou, Tian and Ma, Ziqing and Wen, Qingsong and Wang, Xue and Sun, Liang and Jin, Rong , booktitle =. 2022 , editor =
2022
-
[139]
Advances in Neural Information Processing Systems , editor=
Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting , author=. Advances in Neural Information Processing Systems , editor=. 2021 , url=
2021
-
[140]
The Thirty-Fifth
Haoyi Zhou and Shanghang Zhang and Jieqi Peng and Shuai Zhang and Jianxin Li and Hui Xiong and Wancai Zhang , title =. The Thirty-Fifth
-
[141]
The Eleventh International Conference on Learning Representations , year=
A Time Series is Worth 64 Words: Long-term Forecasting with Transformers , author=. The Eleventh International Conference on Learning Representations , year=
-
[142]
Advances in Neural Information Processing Systems , editor=
Chain of Thought Prompting Elicits Reasoning in Large Language Models , author=. Advances in Neural Information Processing Systems , editor=. 2022 , url=
2022
-
[143]
Language Models are Few-Shot Learners , url =
Brown, Tom and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared D and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and Agarwal, Sandhini and Herbert-Voss, Ariel and Krueger, Gretchen and Henighan, Tom a...
-
[144]
2026 , eprint=
Moirai 2.0: When Less Is More for Time Series Forecasting , author=. 2026 , eprint=
2026
-
[145]
Forty-second International Conference on Machine Learning , year=
Moirai-MoE: Empowering Time Series Foundation Models with Sparse Mixture of Experts , author=. Forty-second International Conference on Machine Learning , year=
-
[146]
Forty-first International Conference on Machine Learning , year=
A decoder-only foundation model for time-series forecasting , author=. Forty-first International Conference on Machine Learning , year=
-
[147]
2026 , eprint=
fev-bench: A Realistic Benchmark for Time Series Forecasting , author=. 2026 , eprint=
2026
-
[148]
Gifford and Chandra Reddy and Jayant Kalagnanam , booktitle=
Vijay Ekambaram and Arindam Jati and Pankaj Dayama and Sumanta Mukherjee and Nam H Nguyen and Wesley M. Gifford and Chandra Reddy and Jayant Kalagnanam , booktitle=. Tiny Time Mixers (. 2024 , url=
2024
-
[149]
Imagenet: A large-scale hierarchical image database , url =
Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li , booktitle =. Imagenet: A large-scale hierarchical image database , url =
-
[150]
Liu , title =
Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu , title =. Journal of Machine Learning Research , year =
-
[151]
Documenting Large Webtext Corpora: A Case Study on the Colossal Clean Crawled Corpus
Dodge, Jesse and Sap, Maarten and Marasovi \'c , Ana and Agnew, William and Ilharco, Gabriel and Groeneveld, Dirk and Mitchell, Margaret and Gardner, Matt. Documenting Large Webtext Corpora: A Case Study on the Colossal Clean Crawled Corpus. Proceedings of the 2021 Conference ...
2021 doi
-
[152]
The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track , year=
The FineWeb Datasets: Decanting the Web for the Finest Text Data at Scale , author=. The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track , year=
-
[153]
BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding
Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina. BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding. Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Hum...
2019 doi
-
[154]
2023 , eprint=
LLaMA: Open and Efficient Foundation Language Models , author=. 2023 , eprint=
2023
-
[155]
Radford, Alec and Narasimhan, Karthik and Salimans, Tim and Sutskever, Ilya , title =
-
[156]
Radford, Alec and Wu, Jeffrey and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya , title =
-
[157]
arXiv preprint arXiv:2003.06505 , year=
AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data , author=. arXiv preprint arXiv:2003.06505 , year=
2003 arXiv
-
[158]
Shchur, Oleksandr and Turkmen, Caner and Erickson, Nick and Shen, Huibin and Shirkov, Alexander and Hu, Tony and Wang, Yuyang , booktitle=
-
[159]
2024 , url=
Taha Aksu and Gerald Woo and Juncheng Liu and Xu Liu and Chenghao Liu and Silvio Savarese and Caiming Xiong and Doyen Sahoo , booktitle=. 2024 , url=
2024
-
[160]
The UCR Time Series Archive
Dau, \ Hoang Anh\ and Anthony Bagnall and Kaveh Kamgar and Yeh, \ Chin-Chia Michael\ and Yan Zhu and Shaghayegh Gharghabi and Ratanamahatan, \ Chotirat Ann\ and Eamonn Keogh. The UCR Time Series Archive. IEEE/CAA Journal of Automatica Sinica. 2019. doi:10.1109/JAS.2019.000000
2019
-
[161]
2018 , eprint=
The UEA multivariate time series classification archive, 2018 , author=. 2018 , eprint=
2018
-
[162]
Ege Onur Taga and Muhammed Emrullah Ildiz and Samet Oymak , booktitle=. Time. 2024 , url=
2024
-
[163]
Forecast
Samuel Dooley and Gurnoor Singh Khurana and Chirag Mohapatra and Siddartha Venkat Naidu and Colin White , booktitle=. Forecast. 2023 , url=
2023
-
[164]
International Conference on Learning Representations , year=
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author=. International Conference on Learning Representations , year=
-
[165]
Masked Autoencoders Are Scalable Vision Learners , year=
He, Kaiming and Chen, Xinlei and Xie, Saining and Li, Yanghao and Dollár, Piotr and Girshick, Ross , booktitle=. Masked Autoencoders Are Scalable Vision Learners , year=
-
[166]
Proceedings of the International Conference on Computer Vision (ICCV) , year=
Emerging Properties in Self-Supervised Vision Transformers , author=. Proceedings of the International Conference on Computer Vision (ICCV) , year=
-
[167]
Transactions on Machine Learning Research , issn=
Maxime Oquab and Timoth. Transactions on Machine Learning Research , issn=. 2024 , url=
2024
-
[168]
2025 , eprint=
DINOv3 , author=. 2025 , eprint=
2025
-
[169]
2023 , eprint=
Segment Anything , author=. 2023 , eprint=
2023
-
[170]
The Thirteenth International Conference on Learning Representations , year=
Nikhila Ravi and Valentin Gabeur and Yuan-Ting Hu and Ronghang Hu and Chaitanya Ryali and Tengyu Ma and Haitham Khedr and Roman R. The Thirteenth International Conference on Learning Representations , year=
-
[171]
The Fourteenth International Conference on Learning Representations , year=
Nicolas Carion and Laura Gustafson and Yuan-Ting Hu and Shoubhik Debnath and Ronghang Hu and Didac Suris Coll-Vinent and Chaitanya Ryali and Kalyan Vasudev Alwala and Haitham Khedr and Andrew Huang and Jie Lei and Tengyu Ma and Baishan Guo and Arpit Kalla and Markus Marks and ...
-
[172]
Proceedings of the 38th International Conference on Machine Learning , pages =
Learning Transferable Visual Models From Natural Language Supervision , author =. Proceedings of the 38th International Conference on Machine Learning , pages =. 2021 , editor =
2021
-
[173]
2025 , eprint=
Chronos-2: From Univariate to Universal Forecasting , author=. 2025 , eprint=
2025
-
[174]
2025 , eprint=
Empowering Time Series Analysis with Synthetic Data: A Survey and Outlook in the Era of Foundation Models , author=. 2025 , eprint=
2025
-
[175]
TechRxiv , volume =
Zhen Liu and Boyuan Li and Hao Huang and Yanru Sun and Yucheng Wang and Min Wu and Qianli Ma , title =. TechRxiv , volume =. 2026 , doi =
2026
-
[176]
2026 , eprint=
Reinforcement Learning from Human Feedback , author=. 2026 , eprint=
2026
-
[177]
2025 , eprint=
A Survey on Post-training of Large Language Models , author=. 2025 , eprint=
2025
-
[178]
2025 , eprint=
LLM Post-Training: A Deep Dive into Reasoning Large Language Models , author=. 2025 , eprint=
2025
-
[179]
A Survey of State of the Art Large Vision Language Models: Alignment, Benchmark, Evaluations and Challenges , year=
Li, Zongxia and Wu, Xiyang and Du, Hongyang and Liu, Fuxiao and Nghiem, Huy and Shi, Guangyao , booktitle=. A Survey of State of the Art Large Vision Language Models: Alignment, Benchmark, Evaluations and Challenges , year=
-
[180]
2025 , issue_date =
Huang, Jiaxing and Zhang, Jingyi and Jiang, Kai and Qiu, Han and Zhang, Xiaoqin and Shao, Ling and Lu, Shijian and Tao, Dacheng , title =. 2025 , issue_date =. doi:10.1007/s11263-025-02572-7 , journal =
2025 doi
-
[181]
2022 , eprint=
Training language models to follow instructions with human feedback , author=. 2022 , eprint=
2022
-
[182]
2025 , month=
DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning , journal=. 2025 , month=. doi:10.1038/s41586-025-09422-z , url=
2025 doi
-
[183]
2025 , eprint=
Gemma 3 Technical Report , author=. 2025 , eprint=
2025
-
[184]
2025 , eprint=
Qwen3 Technical Report , author=. 2025 , eprint=
2025
-
[185]
and Sifre, Laurent , title =
Hoffmann, Jordan and Borgeaud, Sebastian and Mensch, Arthur and Buchatskaya, Elena and Cai, Trevor and Rutherford, Eliza and de Las Casas, Diego and Hendricks, Lisa Anne and Welbl, Johannes and Clark, Aidan and Hennigan, Tom and Noland, Eric and Millican, Katie and van den Dri...
2022
-
[186]
2023 , url=
Chunting Zhou and Pengfei Liu and Puxin Xu and Srini Iyer and Jiao Sun and Yuning Mao and Xuezhe Ma and Avia Efrat and Ping Yu and LILI YU and Susan Zhang and Gargi Ghosh and Mike Lewis and Luke Zettlemoyer and Omer Levy , booktitle=. 2023 , url=
2023
-
[187]
Forty-second International Conference on Machine Learning , year=
In-Context Fine-Tuning for Time-Series Foundation Models , author=. Forty-second International Conference on Machine Learning , year=
-
[188]
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks , url =
Lewis, Patrick and Perez, Ethan and Piktus, Aleksandra and Petroni, Fabio and Karpukhin, Vladimir and Goyal, Naman and K\". Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks , url =. Advances in Neural Information Processing Systems , editor =
-
[189]
The Fourteenth International Conference on Learning Representations , year=
Understanding Transformers for Time Series: Rank Structure, Flow-of-ranks, and Compressibility , author=. The Fourteenth International Conference on Learning Representations , year=
-
[190]
2026 , url=
Stephan Xie and Ben Cohen and Mononito Goswami and Junhong Shen and Emaad Khwaja and Chenghao Liu and David Asker and Othmane Abou-Amal and Ameet Talwalkar , booktitle=. 2026 , url=
2026
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.