LGSYFeb 17

A Few-Shot LLM Framework for Extreme Day Classification in Electricity Markets

arXiv:2602.16735v1
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of data-scarce electricity price prediction for market participants, though it is incremental as it applies existing LLM methods to a new domain.

The paper tackles the problem of predicting electricity price spikes using a few-shot LLM framework that aggregates system state information into natural-language prompts, achieving performance comparable to supervised models like SVM and XGBoost and outperforming them with limited data in the Texas electricity market.

This paper proposes a few-shot classification framework based on Large Language Models (LLMs) to predict whether the next day will have spikes in real-time electricity prices. The approach aggregates system state information, including electricity demand, renewable generation, weather forecasts, and recent electricity prices, into a set of statistical features that are formatted as natural-language prompts and fed to an LLM along with general instructions. The model then determines the likelihood that the next day would be a spike day and reports a confidence score. Using historical data from the Texas electricity market, we demonstrate that this few-shot approach achieves performance comparable to supervised machine learning models, such as Support Vector Machines and XGBoost, and outperforms the latter two when limited historical data are available. These findings highlight the potential of LLMs as a data-efficient tool for classifying electricity price spikes in settings with scarce data.

Foundations

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

Your Notes