The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Pretrained foundation models rarely displace specialized electricity-price forecasters: only TabPFN variants outscore market-specific benchmarks statistically across Germany, Poland and Spain (2021–25). However, statistical superiority does not guarantee higher profits from battery arbitrage—risk-averse strategies favor a distributional deep neural-net benchmark.

Foundation models for electricity price forecasting and battery arbitrage: Can they replace market-specific forecasting models?
Arkadiusz Lipiecki, Rafał Weron · August 31, 2026
arxiv descriptive medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Arkadiusz Lipiecki unresolved corpus identity
  2. Rafał Weron unresolved corpus identity
In zero-shot tests on day-ahead prices in Germany, Poland, and Spain (2021–2025), TabPFN variants are the only foundation models that consistently outperform market-specific EPF benchmarks on statistical metrics, but the statistical lead does not uniformly translate into greater battery-arbitrage profits, which depend on trading strategy and risk tolerance.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Foundation models promise accurate forecasts with little or no task-specific training, but whether they can replace models designed specifically for electricity price forecasting remains unclear. We compare nine variants from five foundation model families, evaluated in zero-shot mode, with two state-of-the-art electricity price forecasting benchmarks in Germany, Poland, and Spain over 2021-2025. Their performance is assessed in terms of point and probabilistic forecasting accuracy, as well as economic value in battery energy storage arbitrage. Only the TabPFN models consistently and significantly outperform the benchmarks across all three markets and all statistical measures. However, this statistical dominance does not translate directly into economic dominance: TabPFN performs best under unlimited bids and riskier quantile-based strategies, whereas the Distributional Deep Neural Network benchmark is more profitable when risk tolerance is lower. Thus, foundation models cannot universally replace market-specific models, and their value depends on both model architecture and the decision problem.

Summary

Main Finding

Pretrained foundation models evaluated in zero-shot mode can be competitive with market-specific electricity price forecasting (EPF) models, but they do not universally replace them. Across three European day-ahead markets (Germany, Poland, Spain) over 2021–2025, only the TabPFN family consistently and significantly outperformed two state-of-the-art EPF benchmarks on statistical measures (MAE, RMSE, CRPS). However, statistical superiority did not uniformly translate into greater economic value in Battery Energy Storage System (BESS) arbitrage: TabPFN yields the highest profits under riskier/unlimited bidding strategies, while the Distributional Deep Neural Network (DDNN) benchmark is more profitable under lower risk tolerance.

Key Points

  • Scope: Nine FM variants from five families (Chronos-2 variants, Moirai-2, TimesFM-2.5, Mitra, TabPFN variants) compared in zero-shot mode to two EPF benchmarks (LEAR with conformal prediction; DDNN-JSU).
  • Markets & period: Day-ahead markets for Germany (DE), Poland (PL), and Spain (ES); five-year out-of-sample test 2021–2025.
  • Inputs: Models used market-relevant exogenous covariates where supported — day-ahead load and forecasts of onshore/offshore wind and solar — plus common fundamental variables (EUA, TTF gas, Brent oil, API2 coal futures). Time series were DST-adjusted and preprocessed for missing values.
  • Evaluation metrics:
    • Point forecasts: MAE, RMSE.
    • Probabilistic forecasts: CRPS (and related calibration checks).
    • Economic evaluation: BESS arbitrage profit under two decision regimes — quantile-based bidding (risk-sensitive) and unlimited-bid strategies.
  • Main empirical results:
    • Statistically (MAE / RMSE / CRPS): TabPFN models were the only FM family that consistently and significantly outperformed both EPF benchmarks across all three markets.
    • Economically (BESS arbitrage): TabPFN dominated for riskier/unconstrained strategies; DDNN-JSU delivered higher profits under lower-risk (more conservative quantile) strategies. Thus, statistical gains do not map one-to-one to economic gains.
  • Mechanistic insight: FMs that natively support exogenous covariates performed better; purely univariate pretrained models can be disadvantaged in EPF where covariates (load, renewables forecasts) are crucial.
  • Broader take: Foundation models are a promising component in EPF toolkits but are not a universal plug-and-play substitute for market-specific models or carefully designed EPF pipelines.

Data & Methods

  • Data sources: ENTSO-E (day-ahead prices; day-ahead load, onshore/offshore wind, solar generation forecasts) and Investing.com (futures: EUA, TTF gas, Brent, API2 coal). Hourly aggregation from 2017-01-06 to 2025-12-31; test window 2021-01-01 to 2025-12-31.
  • Markets chosen to cover structural heterogeneity: high RES shares (Germany, Spain), coal-heavy mix (Poland), presence of nuclear (Spain).
  • Foundation models tested (zero-shot):
    • Time-series FMs: Chronos-2, Chronos-2-synth, Chronos-2-small, Moirai-2, TimesFM-2.5.
    • Tabular / prior-fitted FMs: TabPFN-2, TabPFN-3, TabPFN-TS-3, Mitra (with conformal prediction).
  • Benchmarks:
    • LEAR (Linear Exponential Additive Regression) with conformal prediction: EPF-specific, efficient baseline for both point and probabilistic prediction.
    • DDNN-JSU (Distributional Deep Neural Network with Johnson-SU output): strong probabilistic EPF benchmark producing full predictive distributions.
  • Forecasting setup:
    • Zero-shot inference only (no fine-tuning), with models that can accept covariates provided covariate support exists.
    • Point and probabilistic forecasts produced where models support probabilistic outputs; where necessary, conformal postprocessing used to obtain calibrated intervals/quantiles.
  • Economic evaluation:
    • Simulated arbitrage with a BESS across the day-ahead market using forecast-driven bid rules:
    • Quantile-based strategies: bids based on specific forecast quantiles (risk-sensitive).
    • Unlimited-bid strategy: no bid volume constraints; exploits forecast extremes.
    • Profit computed across the test period and compared between models.
  • Statistical testing: Conditional predictive ability tests and significance assessments comparing FM variants to benchmarks across markets and metrics.

Implications for AI Economics

  • Forecast accuracy vs. economic value: Improvements in point/probabilistic accuracy (e.g., CRPS) do not automatically imply greater economic returns. The downstream decision rule (here, BESS arbitrage policy and risk tolerance) mediates how forecast improvements translate to profit. Economic evaluations must be an integral part of model comparison in AI-for-economics contexts.
  • Model architecture and task alignment matter: TabPFN’s tabular / prior-fitted approach yielded consistent statistical gains, underscoring that pretraining plus an architecture aligned to the prediction task and covariate usage can outperform large generic time-series FMs. Univariate-trained FMs may underutilize essential covariates and lose ground.
  • Risk preferences and strategy design: Which model is most valuable depends on the agent’s risk tolerance. Decision-makers should select models conditioned on the operational policy (e.g., aggressive arbitrage vs. conservative bidding), not solely on statistical scores.
  • Role of zero-shot FMs: Zero-shot FMs can be useful when quick deployment or transfer across markets is required, particularly if the FM supports exogenous variables. But they are not yet a universal replacement for market-specific, economically-aware models; fine-tuning, hybrid pipelines, or combining FMs with domain-specific models may be necessary.
  • Practical deployment considerations: Evaluate FMs on long periods and across structurally different markets; include realistic covariates and proper preprocessing. Also weigh computational costs of large FMs and the potential benefits of smaller/targeted architectures (e.g., TabPFN) that may offer better cost–benefit trade-offs in EPF tasks.
  • Directions for future research and practice:
    • Fine-tuning FMs on market-specific data and incorporating spatial/topological information (transmission constraints) could further improve economic performance.
    • Hybrid systems (FM-generated covariates feeding simpler downstream models) and temporal reconciliation across product types are promising.
    • Routine inclusion of economic evaluation—varying trading rules, storage constraints, and risk profiles—should become standard when assessing forecasting models intended for operational use in energy markets.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents a comprehensive empirical evaluation: nine foundation-model variants versus two state-of-the-art EPF benchmarks, across three distinct European markets and a long (five-year) out-of-sample period, using both statistical (MAE, RMSE, CRPS) and economic (BESS arbitrage) metrics. However, it is not a causal study, evaluates models only in zero-shot mode (no fine-tuning), considers only three markets and a single economic application (battery arbitrage), and results may depend on specific preprocessing and trading-assumption choices, limiting external strength. Methods Rigorhigh — The study uses a long multi-year out-of-sample window (2021–2025), multiple markets with differing characteristics, probabilistic scoring rules (CRPS), established EPF benchmarks, and an economic evaluation using realistic BESS trading setups and alternate decision rules; it documents preprocessing and exogenous covariates. Remaining issues that prevent a top score include reliance on zero-shot only (no exploration of fine-tuning), potential sensitivity to economic-model assumptions (transaction costs, bidding rules, battery constraints), and possible heterogeneity from FM pretraining corpora that could influence comparability. SamplePublic day-ahead electricity prices and day-ahead load and renewable (onshore/offshore wind, solar) generation forecasts for Germany (BZN|DE-LU), Poland (BZN|PL), and Spain (BZN|ES), plus four fundamental series (EUA, TTF gas, Brent crude, API2 coal futures), hourly data from 6 Jan 2017 to 31 Dec 2025 with preprocessing for daylight saving transitions and simple imputation; five-year out-of-sample test period 01 Jan 2021–31 Dec 2025. Models compared include nine foundation-model variants (Chronos-2 variants, Moirai-2, TimesFM-2.5, Mitra, TabPFN variants) evaluated zero-shot, and two EPF benchmarks (LEAR with conformal prediction and a Distributional Deep Neural Network, DDNN-JSU); economic evaluation uses a simulated Battery Energy Storage System (BESS) arbitrage framework with quantile-based and unlimited-bid strategies. Themesadoption productivity GeneralizabilityOnly three European day-ahead markets (Germany, Poland, Spain) — may not generalize to other market designs (e.g., zonal vs nodal), intraday/real-time markets, or non-European systems., Evaluation limited to zero-shot application of foundation models; fine-tuning could change relative performance., Economic evaluation focuses on BESS arbitrage with specified trading strategies and assumptions (risk tolerance settings, transaction costs, bid/market rules) that may not reflect all operators or market constraints., Potential heterogeneity in foundation-model pretraining corpora (possible inclusion of EPF-like data) could bias performance comparisons and limit replication with other pretrained models., Hourly resolution only; results may differ at sub-hourly frequencies or for multi-product portfolios.

Claims (5)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Only the TabPFN foundation-model family consistently and significantly outperforms the two market-specific electricity-price-forecasting benchmarks across Germany, Poland, and Spain and across all reported statistical measures. Output Quality positive Point and probabilistic electricity-price forecast accuracy
Reading fidelity high
Study strength medium
n=3
0.18
Foundation models with native support for exogenous variables perform competitively against market-specific electricity-price-forecasting benchmarks, but only the TabPFN family achieves superior statistical accuracy in every market considered. Output Quality mixed Statistical accuracy of point and probabilistic electricity-price forecasts
Reading fidelity high
Study strength medium
n=3
0.18
TabPFN produces the highest battery-arbitrage profitability under unlimited-bid strategies and under riskier quantile-based trading strategies. Firm Revenue positive Profit from battery energy storage system electricity-price arbitrage
Reading fidelity high
Study strength medium
n=3
0.18
The Distributional Deep Neural Network benchmark is more profitable than TabPFN when battery-arbitrage decisions use lower risk tolerance. Firm Revenue positive Battery-arbitrage profitability under lower-risk trading strategies
Reading fidelity high
Study strength medium
n=3
0.18
Foundation models cannot universally replace market-specific electricity-price-forecasting models because their value depends on both model architecture and the downstream decision problem. Task Allocation mixed Combined forecasting performance and economic value in battery-storage arbitrage
Reading fidelity high
Study strength medium
n=3
0.18

Notes