AnomalyGen: An Automated Semantic Log Sequence Generation Framework with LLM for Anomaly Detection
By: Xinyu Li , Yingtong Huo , Chenxi Mao and more
Potential Business Impact:
Creates realistic computer error logs for better detection.
The scarcity of high-quality public log datasets has become a critical bottleneck in advancing log-based anomaly detection techniques. Current datasets exhibit three fundamental limitations: (1) incomplete event coverage, (2) artificial patterns introduced by static analysis-based generation frameworks, and (3) insufficient semantic awareness. To address these challenges, we present AnomalyGen, the first automated log synthesis framework specifically designed for anomaly detection. Our framework introduces a novel four-phase architecture that integrates enhanced program analysis with Chain-of-Thought reasoning (CoT reasoning), enabling iterative log generation and anomaly annotation without requiring physical system execution. Evaluations on Hadoop and HDFS distributed systems demonstrate that AnomalyGen achieves substantially broader log event coverage (38-95 times improvement over existing datasets) while producing more operationally realistic log sequences compared to static analysis-based approaches. When augmenting benchmark datasets with synthesized logs, we observe maximum F1-score improvements of 3.7% (average 1.8% improvement across three state-of-the-art anomaly detection models). This work not only establishes a high-quality benchmarking resource for automated log analysis but also pioneers a new paradigm for applying large language models (LLMs) in software engineering workflows.
Similar Papers
Few-Shot Anomaly-Driven Generation for Anomaly Classification and Segmentation
CV and Pattern Recognition
Makes fake defects look real for better testing.
Semantic-aware Graph-guided Behavior Sequences Generation with Large Language Models for Smart Homes
Artificial Intelligence
Creates fake smart home data to train smarter homes.
AnomalyHybrid: A Domain-agnostic Generative Framework for General Anomaly Detection
CV and Pattern Recognition
Creates fake problems for computers to learn.