Log Anomaly Detection with Large Language Models via Knowledge-Enriched Fusion
Anfeng Peng, Ajesh Koyatan Chathoth, Stephen Lee

TL;DR
EnrichLog is a training-free log anomaly detection framework that uses knowledge-enriched fusion with retrieval-augmented generation to improve accuracy and interpretability in large-scale system logs.
Contribution
We introduce EnrichLog, a novel knowledge-enriched, retrieval-augmented approach for log anomaly detection that does not require retraining and enhances detection performance.
Findings
Consistently outperforms baseline methods on large-scale benchmarks.
Effectively handles ambiguous log entries with improved interpretability.
Maintains efficient inference suitable for practical deployment.
Abstract
System logs are a critical resource for monitoring and managing distributed systems, providing insights into failures and anomalous behavior. Traditional log analysis techniques, including template-based and sequence-driven approaches, often lose important semantic information or struggle with ambiguous log patterns. To address this, we present EnrichLog, a training-free, entry-based anomaly detection framework that enriches raw log entries with both corpus-specific and sample-specific knowledge. EnrichLog incorporates contextual information, including historical examples and reasoning derived from the corpus, to enable more accurate and interpretable anomaly detection. The framework leverages retrieval-augmented generation to integrate relevant contextual knowledge without requiring retraining. We evaluate EnrichLog on four large-scale system log benchmark datasets and compare it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
