paper-with-me

Papers

Resolution-Aware Retrieval Augmented Zero-Shot Forecasting

2025-10-19 · Iman Deznabi, Peeyush Kumar, Madalina Fiterau arxiv

Zero-shot forecasting aims to predict outcomes for previously unseen conditions without direct historical data, posing a significant challenge for traditional forecasting methods. We introduce a Resolution-Aware Retrieval-Augmented Forecasting model that enhances predictive accuracy by leveraging spatial correlations and temporal frequency characteristics. By decomposing signals into different frequency components, our model employs resolution-aware retrieval, where lower-frequency components rely on broader spatial context, while higher-frequency components focus on local influences. This allows the model to dynamically retrieve relevant data and adapt to new locations with minimal historical context. Applied to microclimate forecasting, our model significantly outperforms traditional forecasting methods, numerical weather prediction models, and modern foundation time series models, achieving 71% lower MSE than HRRR and 34% lower MSE than Chronos on the ERA5 dataset. Our results highlight the effectiveness of retrieval-augmented and resolution-aware strategies, offering a scalable and data-efficient solution for zero-shot forecasting in microclimate modeling and beyond.

📄 PDF Abstract BibTeX arXiv:2510.16695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Not All Retrievals are Useful: Cross-Attention for Input-Aware RAG in Time Series Forecasting

2026-03-16 · Seunghan Lee, Jaehoon Lee, Jun Seo, Sungdong Yoo 외 arxiv

Retrieval-augmented generation (RAG) enhances zero-shot time series (TS) forecasting by leveraging external knowledge bases, yet existing approaches overlook input-level relevance when fusing retrieved samples with the q…

Time Series Forecasting

Audiobox TTA-RAG: Improving Zero-Shot and Few-Shot Text-To-Audio with Retrieval-Augmented Generation

2024-11-07 · Mu Yang, Bowen Shi, Matthew Le, Wei-Ning Hsu 외

This work focuses on improving Text-To-Audio (TTA) generation on zero-shot and few-shot settings (i.e. generating unseen or uncommon audio events). Inspired by the success of Retrieval-Augmented Generation (RAG) in Large…

Audio GenerationLarge Language ModelRAGRetrieval+1

RA-DIT: Retrieval-Augmented Dual Instruction Tuning

2023-10-02 · Xi Victoria Lin, Xilun Chen, Mingda Chen, Weijia Shi 외

Retrieval-augmented language models (RALMs) improve performance by accessing long-tail and up-to-date knowledge from external data stores, but are challenging to build. Existing approaches require either expensive retrie…

Few-Shot LearningOpen-Domain Question AnsweringQuestion AnsweringRetrieval

GraphSearch: Agentic Search-Augmented Reasoning for Zero-Shot Graph Learning

2026-01-13 · Jiajin Liu, Yuanfu Sun, Dongzhe Fan, Qiaoyu Tan arxiv

Recent advances in search-augmented large reasoning models (LRMs) enable the retrieval of external knowledge to reduce hallucinations in multistep reasoning. However, their ability to operate on graph-structured data, pr…

Node ClassificationLink PredictionGraph Learning

GAR-meets-RAG Paradigm for Zero-Shot Information Retrieval

2023-10-31 · Daman Arora, Anush Kini, Sayak Ray Chowdhury, Nagarajan Natarajan 외

Given a query and a document corpus, the information retrieval (IR) task is to output a ranked list of relevant documents. Combining large language models (LLMs) with embedding-based retrieval models, recent work shows p…

Information RetrievalPassage RetrievalRAGRe-Ranking+2