← Latest papers
💻 computer science

PriceFM: Foundation Model for Probabilistic Electricity Price Forecasting

This paper introduces PriceFM, a probabilistic foundation model for European electricity price forecasting that leverages a large-scale multi-country dataset and integrates transmission topology via a sparse graph mask to effectively capture cross-region dependencies and outperform existing baselines.

Original authors: Runyao Yu, Chenhui Gu, Jochen Stiasny, Qingsong Wen, Wasim Sarwar Dilov, Lianlian Qi, Jochen L. Cremer

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Runyao Yu, Chenhui Gu, Jochen Stiasny, Qingsong Wen, Wasim Sarwar Dilov, Lianlian Qi, Jochen L. Cremer

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the European electricity market as a massive, interconnected neighborhood where every house (or region) has its own power generator, its own usage habits, and its own price tag for electricity. Sometimes, the sun shines brightly in Spain, making electricity cheap there, while a stormy, cloudy day in Germany makes power expensive. Because the houses are connected by power lines (transmission lines), electricity can flow from the cheap house to the expensive one, but only if the wires are strong enough and not too crowded.

The paper introduces a new "super-forecaster" called PriceFM. Think of PriceFM as a highly experienced weather forecaster who doesn't just look at the sky above one house, but understands how the wind and sun affect the entire neighborhood, and how the power lines connecting them change the price of energy.

Here is a breakdown of how it works, using simple analogies:

1. The Problem: Too Many Neighbors, Too Much Noise

In the past, forecasters tried to predict electricity prices by looking at just one region at a time (like guessing the price in Germany without knowing what's happening in France). Others tried to look at everyone at once, but they treated all neighbors as equally important.

  • The Flaw: Imagine trying to guess the price of a house in Paris. If you listen to the gossip from a house in a different country that is 500 miles away and has no direct road to Paris, that information is likely just noise. It might confuse you. Existing models were like that—they listened to everyone, even the distant neighbors who didn't really matter, which made their predictions less accurate.

2. The Solution: A Smart Map (The "Graph Mask")

PriceFM solves this by using a digital map of the power lines.

  • The Analogy: Imagine you are in a crowded room. To hear a friend clearly, you focus on the people standing right next to you. You ignore the people shouting from the other side of the building.
  • How PriceFM does it: It uses a "Sparse Graph Mask." This is like a filter that says, "Only listen to the regions directly connected to the target region, or those one or two steps away." It blocks out the "noise" from distant regions that aren't physically connected by power lines. This ensures the model only learns from the neighbors that actually matter.

3. The Brain: A "Mixture of Experts" (MoE)

The paper mentions a "Mixture-of-Experts" layer.

  • The Analogy: Imagine a team of 38 different specialists, one for each region. However, instead of hiring 38 different people to do the exact same job, PriceFM has a smart manager (the "Router").
  • How it works: When the manager sees data from a windy region, it asks the "Wind Expert." When it sees data from a sunny region, it asks the "Sun Expert." Some regions are similar (like two neighboring countries with similar weather), so they can share the same expert. This makes the system efficient and smart, allowing it to learn patterns from one region and apply them to similar regions without getting confused.

4. The Dataset: A Giant, Up-to-Date Library

To train this model, the authors built a massive library of data.

  • The Scale: They collected data from 24 countries (38 different regions) covering the years 2022 to 2026.
  • The Content: It's not just prices. It includes forecasts for how much electricity people will use (Load), how much sun and wind will be available (Solar and Wind), and the actual prices. This is like giving the model a complete history of the neighborhood's weather, habits, and bills for four years straight.

5. The Result: Better Predictions

When they tested PriceFM against other models (including other "foundation models" that are famous for being smart in general time-series tasks), PriceFM won.

  • Why? Because it didn't just memorize patterns; it understood the physical rules of the power grid. It knew that electricity flows through wires, not through thin air.
  • The Outcome: It predicted prices more accurately and, importantly, it gave a range of possible prices (probabilistic forecasting) without making logical mistakes (like predicting a "high" price that is lower than the "low" price).

Summary

PriceFM is a new tool for predicting electricity prices in Europe. It works better than previous tools because:

  1. It uses a huge, fresh dataset covering almost all of Europe.
  2. It uses a smart filter to ignore distant, irrelevant neighbors and focus only on the regions physically connected by power lines.
  3. It uses a team of specialists (Mixture of Experts) to handle the different types of weather and energy needs across the continent.

The paper claims this leads to more accurate predictions, which helps power companies and governments manage the grid better as they rely more on unpredictable renewable energy like wind and solar.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →