paper-with-me

홈 › Papers

Lemur: Log Parsing with Entropy Sampling and Chain-of-Thought Merging

2024-02-28 · Wei zhang, Xiangyuan Guan, Lu Yunhong, Jie Zhang, Shuangyong Song, Xianfu Cheng, Zhenhe Wu, Zhoujun Li

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 log templates, we design a chain-of-thought method for large language models (LLMs). LLMs exhibit exceptional semantic comprehension and deftly distinguish between parameters and invariant tokens. We have conducted experiments on large-scale public datasets. Extensive evaluation demonstrates that \model{} achieves state-of-the-art performance and impressive efficiency. The Code is available at https://github.com/zwpride/lemur.

📄 PDF Abstract BibTeX arXiv:2402.18205

Code (2)

knediny/lemur 공식 구현
zwpride/lemur 공식 구현

Tasks

Log Parsing

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Chain-of-Thought Style Prompting for Text-to-SQL

2023-05-23 · Chang-You Tai, Ziru Chen, Tianshu Zhang, Xiang Deng 외

In-context learning with large language models (LLMs) has recently caught increasing attention due to its superior few-shot performance on various tasks. However, its performance on text-to-SQL parsing still has much roo…

In-Context LearningSQL ParsingText to SQLText-To-SQL

Revisiting Chain-of-Thought Reasoning under Limited Supervision: Semi-supervised Chain-of-Thought Learning

2026-07-01 · Hongyang He, Jiuming Liu, Victor Sanchez arxiv

Chain-of-thought (CoT) reasoning has emerged as an effective approach for activating latent reasoning capabilities in large language models. However, most existing CoT methods use reasoning chains mainly as inference-tim…

Demystifying Entropy-based Selection for Chain-of-Thought Compression in Large Reasoning Models

2026-07-30 · Sara Candussio, Daniel Scalena, Luca Bortolussi, Elisabetta Fersini 외 arxiv

Entropy-based pruning has been proposed as an effective method for compressing Chain-of-Thought (CoT) reasoning with negligible accuracy loss. We test the robustness of low- and high-entropy CoT step selection methods ac…

Analysis on Riemann Hypothesis with Cross Entropy Optimization and Reasoning

2024-09-29 · Kevin Li, Fulu Li

In this paper, we present a novel framework for the analysis of Riemann Hypothesis [27], which is composed of three key components: a) probabilistic modeling with cross entropy optimization and reasoning; b) the applicat…

Reinforcement Learning (RL)

Chain-of-Thought as a Lens: Evaluating Structured Reasoning Alignment between Human Preferences and Large Language Models

2025-11-09 · Boxuan Wang, Zhuoyun Li, Xinmiao Huang, Xiaowei Huang 외 arxiv

This paper primarily demonstrates a method to quantitatively assess the alignment between multi-step, structured reasoning in large language models and human preferences. We introduce the Alignment Score, a semantic-leve…