Fine-Tuning Small Language Models for Solution-Oriented Windows Event Log Analysis
Siraaj Akhtar, Saad Khan, Simon Parkinson
TLDR
Fine-tuned Small Language Models (SLMs) outperform LLMs for Windows event log analysis, providing actionable solutions with fewer computational resources.
Key contributions
- Developed a large synthetic Windows event log dataset including remediation actions.
- Fine-tuned SLMs and LLMs using LoRA for event log analysis.
- Fine-tuned SLMs consistently outperform LLMs in identifying issues and providing solutions.
- SLMs achieve superior performance with significantly fewer computational resources.
Why it matters
LLMs are impractical for event log analysis due to high costs and security risks, often failing to provide solutions. This paper shows fine-tuned SLMs offer a lightweight, effective, and secure alternative for local deployment.
Original Abstract
Large language models (LLMs) have shown promise for event log analysis, but their high computational requirements, reliance on cloud infrastructure, and security concerns limit practical deployment. In addition, most existing approaches focus only on the identification of the problem and do not provide actionable remediation. Small language models (SLMs) present a light-weight alternative that can be fine-tuned for a specific purpose and hosted locally. This paper investigates whether SLMs, when fine-tuned for a specific task, can serve as a practical alternative for event log analysis while also generating solutions. We first create a large-scale synthetic Windows event log dataset that contains remediation actions using a high-performing LLM. We then fine-tune multiple SLMs and LLMs using the LoRA parameter-efficient fine-tuning technique and evaluate their performance by comparing with expert assessment. The results show that the dataset accurately reflects real-world scenarios and that fine-tuned SLMs consistently outperform LLMs in identifying issues and providing relevant remediation, while requiring fewer computational resources.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.