Lemur: Log Parsing with Entropy Sampling and Chain-of-Thought Merging
Wei Zhang, Xiangyuan Guan, Lu Yunhong, Jie Zhang, Shuangyong Song,, Xianfu Cheng, Zhenhe Wu, Zhoujun Li

TL;DR
Lemur introduces an entropy-based sampling and chain-of-thought merging approach for log parsing, leveraging large language models to improve template identification and semantic understanding, achieving state-of-the-art results.
Contribution
The paper presents a novel log parsing framework that eliminates manual rules and enhances template merging using entropy sampling and chain-of-thought methods with LLMs.
Findings
Achieves state-of-the-art performance on large-scale datasets.
Demonstrates high efficiency in log template clustering.
Effectively captures semantic information in logs.
Abstract
Logs produced by extensive software systems are integral to monitoring system behaviors. Advanced log analysis facilitates the detection, alerting, and diagnosis of system faults. Log parsing, which entails transforming raw log messages into structured templates, constitutes a critical phase in the automation of log analytics. Existing log parsers fail to identify the correct templates due to reliance on human-made rules. Besides, these methods focus on statistical features while ignoring semantic information in log messages. To address these challenges, we introduce a cutting-edge \textbf{L}og parsing framework with \textbf{E}ntropy sampling and chain-of-thought \textbf{M}erging (\model{}). Specifically, to discard the tedious manual rules, we propose a novel sampling method inspired by information entropy, which efficiently clusters typical logs. Furthermore, to enhance the merging of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsFocus
