LGSPNov 18, 2024

Zero-Shot Load Forecasting with Large Language Models

arXiv:2411.11350v14 citationsh-index: 15
Originality Incremental advance
AI Analysis

This provides an effective solution for load forecasting in data-scarce scenarios, though it represents an incremental application of existing LLM technology to a new domain.

This paper tackles the problem of load forecasting in data-scarce scenarios by proposing a zero-shot approach using the Chronos LLM framework, which significantly outperforms nine baseline models across five real-world datasets with RMSE reductions of 7.34%-84.30% and CRPS reductions of 19.63%-60.06%.

Deep learning models have shown strong performance in load forecasting, but they generally require large amounts of data for model training before being applied to new scenarios, which limits their effectiveness in data-scarce scenarios. Inspired by the great success of pre-trained language models (LLMs) in natural language processing, this paper proposes a zero-shot load forecasting approach using an advanced LLM framework denoted as the Chronos model. By utilizing its extensive pre-trained knowledge, the Chronos model enables accurate load forecasting in data-scarce scenarios without the need for extensive data-specific training. Simulation results across five real-world datasets demonstrate that the Chronos model significantly outperforms nine popular baseline models for both deterministic and probabilistic load forecasting with various forecast horizons (e.g., 1 to 48 hours), even though the Chronos model is neither tailored nor fine-tuned to these specific load datasets. Notably, Chronos reduces root mean squared error (RMSE), continuous ranked probability score (CRPS), and quantile score (QS) by approximately 7.34%-84.30%, 19.63%-60.06%, and 22.83%-54.49%, respectively, compared to baseline models. These results highlight the superiority and flexibility of the Chronos model, positioning it as an effective solution in data-scarce scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes