ai.hackcv
论文精选 65arXiv

TS-RAG: Retrieval Augmented Generation for Time Series Forecasting· TS-RAG: 时间序列预测的检索增强生成

While deep learning models, particularly transformer-based architectures, have shown impressive performance in time series forecasting, the application of retrieval-augmented generation (RAG) in this domain remains limited. Since RAG has proven effective in enhancing the capabilities of large language models by incorporating relevant external information, retrieving similar time series sequences as references might also improve accuracy in time series forecasting tasks. However, most time series models are constrained by limited training data, smaller parameter scales, and a lack of the extensive generative capabilities found in large language models. Simply concatenating reference sequences into the prompt, as done in language models, may not yield the expected results. To address these c

AI 解读论文

提出时间序列预测的检索增强生成模型 TS-RAG,提升预测精度。

核心方法
TS-RAG 通过检索与当前时间序列相似的历史序列,并将这些序列与当前输入结合,以增强模型的预测能力。
适合谁读
研究者、工程师
要解决的问题
现有时间序列预测模型受制于有限的训练数据和较小的参数规模,无法有效利用外部信息提升预测准确性。
关键实验
在多个时间序列预测任务上进行了实验,展示了 TS-RAG 相比传统模型的性能提升。
主要贡献
1) 设计了一种适用于时间序列预测的检索增强生成框架;2) 提高了在有限数据情况下模型的预测精度。
意义与局限
该模型为时间序列预测提供了一种新的方法,特别是在数据量有限的情况下能够有效提升预测精度,但其在大规模数据集上的表现仍有待进一步验证。
领域:cs.AI作者:Yixiong Xiao、Congxi Xiao、Jingbo Zhou
相关推荐

本站内容由 LLM 精选聚合,原文版权归 arXiv 所有 · 摘录仅供参考