@inproceedings{2b37a1b4084b45868c62c07fbd66869c,
title = "LRTHT: An Efficient Log Clustering Framework Based on Radix Tree and Hash Table",
abstract = "Logs, which record detailed system operation statuses, are widely used in software optimization and system management. Log clustering is a fundamental step for various downstream tasks. However, the rapid increase in log volume severely limits the performance of the log clustering parsers. To address this challenge, we develop LRTHT, an efficient log clustering algorithm named Logram with radix tree and hash table (LRTHT). LRTHT first utilizes the existing Logram parser to convert the dynamic parts of each log entry into “<*>”. Then, these structured logs are grouped into different partitions based on their length. Finally, further fine-grained grouping is performed within each length partition. Specifically, we construct a template collection, where log templates are stored in a radix tree and a hash table. Each structured log entry matches a corresponding template label from the template collection. The radix tree addresses the inefficiency of template retrieval, while the hash table improves clustering accuracy. We evaluate LRTHT against 5 existing methods using 16 datasets. Experimental results demonstrate that, compared to existing baselines, LRTHT improves the F1 score and accuracy by at least 10.13\% and 9.81\%, respectively.",
keywords = "Hash table, Log clustering, Log parsing, Radix tree",
author = "Yizhen Li and Tao Qin and Jinzi Zou and Chenxu Wang and Lu, \{Yuan Cheng\}",
note = "Publisher Copyright: {\textcopyright} The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.; 29th Pacific-Asia Conference on Knowledge Discovery and Data Mining, PAKDD 2025 ; Conference date: 10-06-2025 Through 13-06-2025",
year = "2025",
doi = "10.1007/978-981-96-8170-9\_19",
language = "英语",
isbn = "9789819681693",
series = "Lecture Notes in Computer Science",
publisher = "Springer Science and Business Media Deutschland GmbH",
pages = "238--249",
editor = "Xintao Wu and Myra Spiliopoulou and Can Wang and Vipin Kumar and Longbing Cao and Yanqiu Wu and Zhangkai Wu and Yu Yao",
booktitle = "Advances in Knowledge Discovery and Data Mining - 29th Pacific-Asia Conference on Knowledge Discovery and Data Mining, PAKDD 2025, Proceedings",
}