paper-with-me

Papers

Retrieval Augmented Time Series Forecasting

2025-05-07 · Sungwon Han, Seungeon Lee, Meeyoung Cha, Sercan O Arik, Jinsung Yoon

Time series forecasting uses historical data to predict future trends, leveraging the relationships between past observations and available features. In this paper, we propose RAFT, a retrieval-augmented time series forecasting method to provide sufficient inductive biases and complement the model's learning capacity. When forecasting the subsequent time frames, we directly retrieve historical data candidates from the training dataset with patterns most similar to the input, and utilize the future values of these candidates alongside the inputs to obtain predictions. This simple approach augments the model's capacity by externally providing information about past patterns via retrieval modules. Our empirical evaluations on ten benchmark datasets show that RAFT consistently outperforms contemporary baselines with an average win ratio of 86%.

📄 PDF Abstract BibTeX arXiv:2505.04163

Code (1)

archon159/RAFT 공식 구현 pytorch

Tasks

RetrievalTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

Retrieval Augmented Time Series Forecasting

2024-11-12 · Kutay Tire, Ege Onur Taga, Muhammed Emrullah Ildız, Samet Oymak

Retrieval-augmented generation (RAG) is a central component of modern LLM systems, particularly in scenarios where up-to-date information is crucial for accurately responding to user queries or when queries exceed the sc…

RAGRetrievalRetrieval-augmented GenerationTime Series+1

TimeRAF: Retrieval-Augmented Foundation model for Zero-shot Time Series Forecasting

2024-12-30 · Huanyu Zhang, Chang Xu, Yi-Fan Zhang, Zhang Zhang 외

Time series forecasting plays a crucial role in data mining, driving rapid advancements across numerous industries. With the emergence of large models, time series foundation models (TSFMs) have exhibited remarkable gene…

RAGRetrievalRetrieval-augmented GenerationTime Series+2

Model-agnostic Retrieval-Augmented Extended Forecasting for time series

2026-08-14 · Juan Pablo Villa Serna, Rohan Asthana, Vasileios Belagiannis arxiv

Time series forecasting with pretrained foundation models has demonstrated strong zero-shot capabilities. However, achieving optimal performance on time series with short or negligible historical data in domain-specific …

Time Series ForecastingDomain Adaptation

Semantics-Enhanced Retrieval-Augmented Time Series Forecasting

2026-06-12 · Shiqiao Zhou, Zipeng Wu, Holger Schöner, Edouard Fouché 외 arxiv

Time series forecasting models often benefit from historical patterns. Inspired by Retrieval-Augmented Generation (RAG), recent research explored retrieving relevant historical time series segments to enhance forecasting…

Time Series Forecasting

TimeRAG: BOOSTING LLM Time Series Forecasting via Retrieval-Augmented Generation

2024-12-21 · Silin Yang, Dong Wang, Haoqi Zheng, Ruochun Jin

Although the rise of large language models (LLMs) has introduced new opportunities for time series forecasting, existing LLM-based solutions require excessive training and exhibit limited transferability. In view of thes…

Dynamic Time WarpingRAGRetrievalRetrieval-augmented Generation+2