CRAISYJul 29, 2025

Large Language Model-Based Framework for Explainable Cyberattack Detection in Automatic Generation Control Systems

arXiv:2507.22239v21 citationsh-index: 25EPEC
AI Analysis

This addresses the need for interpretable AI in smart grid cybersecurity, though it is incremental as it combines existing ML and LLM methods.

The paper tackles the problem of opaque decision-making in cyberattack detection for Automatic Generation Control systems by proposing a hybrid framework that combines lightweight ML detection with LLM-generated explanations, achieving 95.13% detection accuracy with 0.004s latency and 93% accuracy in attack target identification.

The increasing digitization of smart grids has improved operational efficiency but also introduced new cybersecurity vulnerabilities, such as False Data Injection Attacks (FDIAs) targeting Automatic Generation Control (AGC) systems. While machine learning (ML) and deep learning (DL) models have shown promise in detecting such attacks, their opaque decision-making limits operator trust and real-world applicability. This paper proposes a hybrid framework that integrates lightweight ML-based attack detection with natural language explanations generated by Large Language Models (LLMs). Classifiers such as LightGBM achieve up to 95.13% attack detection accuracy with only 0.004 s inference latency. Upon detecting a cyberattack, the system invokes LLMs, including GPT-3.5 Turbo, GPT-4 Turbo, and GPT-4o mini, to generate human-readable explanation of the event. Evaluated on 100 test samples, GPT-4o mini with 20-shot prompting achieved 93% accuracy in identifying the attack target, a mean absolute error of 0.075 pu in estimating attack magnitude, and 2.19 seconds mean absolute error (MAE) in estimating attack onset. These results demonstrate that the proposed framework effectively balances real-time detection with interpretable, high-fidelity explanations, addressing a critical need for actionable AI in smart grid cybersecurity.

Foundations

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

Your Notes