paper-with-me

홈 › Papers

LLM4DistReconfig: A Fine-tuned Large Language Model for Power Distribution Network Reconfiguration

2025-01-24 · Panayiotis Christou, MD. Zahidul Islam, Yuzhang Lin, Jingwei Xiong

Power distribution networks are evolving due to the integration of DERs and increased customer participation. To maintain optimal operation, minimize losses, and meet varying load demands, frequent network reconfiguration is necessary. Traditionally, the reconfiguration task relies on optimization software and expert operators, but as systems grow more complex, faster and more adaptive solutions are required without expert intervention. Data-driven reconfiguration is gaining traction for its accuracy, speed, and robustness against incomplete network data. LLMs, with their ability to capture complex patterns, offer a promising approach for efficient and responsive network reconfiguration in evolving complex power networks. In this work, we introduce LLM4DistReconfig, a deep learning-based approach utilizing a fine-tuned LLM to solve the distribution network reconfiguration problem. By carefully crafting prompts and designing a custom loss function, we train the LLM with inputs representing network parameters such as buses, available lines, open lines, node voltages, and system loss. The model then predicts optimal reconfigurations by outputting updated network configurations that minimize system loss while meeting operational constraints. Our approach significantly reduces inference time compared to classical algorithms, allowing for near real-time optimal reconfiguration after training. Experimental results show that our method generates optimal configurations minimizing system loss for five individual and a combined test dataset. It also produces minimal invalid edges, no cycles, or subgraphs across all datasets, fulfilling domain-specific needs. Additionally, the generated responses contain less than 5% improper outputs on seen networks and satisfactory results on unseen networks, demonstrating its effectiveness and reliability for the reconfiguration task.

📄 PDF Abstract BibTeX arXiv:2501.14960

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Your Finetuned Large Language Model is Already a Powerful Out-of-distribution Detector

2024-04-07 · Andi Zhang, Tim Z. Xiao, Weiyang Liu, Robert Bamler 외

We revisit the likelihood ratio between a pretrained large language model (LLM) and its finetuned variant as a criterion for out-of-distribution (OOD) detection. The intuition behind such a criterion is that, the pretrai…

Language ModelingLanguage ModellingLarge Language ModelOut of Distribution (OOD) Detection+2

Empowering Cross-lingual Abilities of Instruction-tuned Large Language Models by Translation-following demonstrations

2023-08-27 · Leonardo Ranaldi, Giulia Pucci, Andre Freitas

The language ability of Large Language Models (LLMs) is often unbalanced towards English because of the imbalance in the distribution of the pre-training data. This disparity is demanded in further fine-tuning and affect…

Instruction FollowingMMLUQuestion AnsweringTranslation

DroidCall: A Dataset for LLM-powered Android Intent Invocation

2024-11-30 · Weikai Xie, Li Zhang, Shihe Wang, Rongjie Yi 외

The growing capabilities of large language models in natural language understanding significantly strengthen existing agentic systems. To power performant on-device mobile agents for better data privacy, we introduce Dro…

Natural Language Understanding

EpilepsyLLM: Domain-Specific Large Language Model Fine-tuned with Epilepsy Medical Knowledge

2024-01-11 · Xuyang Zhao, Qibin Zhao, Toshihisa Tanaka

With large training datasets and massive amounts of computing sources, large language models (LLMs) achieve remarkable performance in comprehensive and generative ability. Based on those powerful LLMs, the model fine-tun…

Language ModelingLanguage ModellingLarge Language Model

Unveiling the Generalization Power of Fine-Tuned Large Language Models

2024-03-14 · Haoran Yang, Yumeng Zhang, Jiaqi Xu, Hongyuan Lu 외

While Large Language Models (LLMs) have demonstrated exceptional multitasking abilities, fine-tuning these models on downstream, domain-specific datasets is often necessary to yield superior performance on test sets comp…

In-Context Learning