paper-with-me

홈 › Papers

Fault Diagnosis in Power Grids with Large Language Model

2024-07-11 · Liu Jing, Amirul Rahman

Power grid fault diagnosis is a critical task for ensuring the reliability and stability of electrical infrastructure. Traditional diagnostic systems often struggle with the complexity and variability of power grid data. This paper proposes a novel approach that leverages Large Language Models (LLMs), specifically ChatGPT and GPT-4, combined with advanced prompt engineering to enhance fault diagnosis accuracy and explainability. We designed comprehensive, context-aware prompts to guide the LLMs in interpreting complex data and providing detailed, actionable insights. Our method was evaluated against baseline techniques, including standard prompting, Chain-of-Thought (CoT), and Tree-of-Thought (ToT) methods, using a newly constructed dataset comprising real-time sensor data, historical fault records, and component descriptions. Experimental results demonstrate significant improvements in diagnostic accuracy, explainability quality, response coherence, and contextual understanding, underscoring the effectiveness of our approach. These findings suggest that prompt-engineered LLMs offer a promising solution for robust and reliable power grid fault diagnosis.

📄 PDF Abstract BibTeX arXiv:2407.08836

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticFault DiagnosisLanguage ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Deep Learning-Enabled System Diagnosis in Microgrids: A Feature-Feedback GAN Approach

2025-05-02 · Swetha Rani Kasimalla, Kuchan Park, Junho Hong, Young-Jin Kim 외

The increasing integration of inverter-based resources (IBRs) and communication networks has brought both modernization and new vulnerabilities to the power system infrastructure. These vulnerabilities expose the system …

Generative Adversarial Network

Fault Localization and State Estimation of Power Grid under Parallel Cyber-Physical Attacks

2025-03-03 · Junhao Ren, Kai Zhao, Guangxiao Zhang, Xinghua Liu 외

Parallel cyber-physical attacks (PCPA) refer to those attacks on power grids by disturbing/cutting off physical transmission lines and meanwhile blocking transmission of measurement data to dwarf or delay the system prot…

BlockingFault DiagnosisFault localizationGraph Attention+1

Unsupervised Clustering for Fault Analysis in High-Voltage Power Systems Using Voltage and Current Signals

2025-05-23 · Julian Oelhaf, Georg Kordowich, Andreas Maier, Johann Jager 외

The widespread use of sensors in modern power grids has led to the accumulation of large amounts of voltage and current waveform data, especially during fault events. However, the lack of labeled datasets poses a signifi…

Fault DiagnosisRTETime Series Clustering

Predicting Fault-Ride-Through Probability of Inverter-Dominated Power Grids using Machine Learning

2024-06-13 · Christian Nauck, Anna Büttner, Sebastian Liemann, Frank Hellmann 외

Due to the increasing share of renewables, the analysis of the dynamical behavior of power grids gains importance. Effective risk assessments necessitate the analysis of large number of fault scenarios. The computational…

Learning From High-Dimensional Cyber-Physical Data Streams for Diagnosing Faults in Smart Grids

2023-03-15 · Hossein Hassani, Ehsan Hallaji, Roozbeh Razavi-Far, Mehrdad Saif

The performance of fault diagnosis systems is highly affected by data quality in cyber-physical power systems. These systems generate massive amounts of data that overburden the system with excessive computational costs.…

DiagnosticDimensionality ReductionFault DiagnosisFeature Engineering+1