paper-with-me

홈 › Papers

LUK: Empowering Log Understanding with Expert Knowledge from Large Language Models

2024-09-03 · Lipeng Ma, Weidong Yang, Sihang Jiang, Ben Fei, Mingjie Zhou, Shuhao Li, Mingyu Zhao, Bo Xu, Yanghua Xiao

Logs play a critical role in providing essential information for system monitoring and troubleshooting. Recently, with the success of pre-trained language models (PLMs) and large language models (LLMs) in natural language processing (NLP), smaller PLMs (such as BERT) and LLMs (like GPT-4) have become the current mainstream approaches for log analysis. Despite the remarkable capabilities of LLMs, their higher cost and inefficient inference present significant challenges in leveraging the full potential of LLMs to analyze logs. In contrast, smaller PLMs can be fine-tuned for specific tasks even with limited computational resources, making them more practical. However, these smaller PLMs face challenges in understanding logs comprehensively due to their limited expert knowledge. To address the lack of expert knowledge and enhance log understanding for smaller PLMs, this paper introduces a novel and practical knowledge enhancement framework, called LUK, which acquires expert knowledge from LLMs automatically and then enhances the smaller PLM for log analysis with these expert knowledge. LUK can take full advantage of both types of models. Specifically, we design a multi-expert collaboration framework based on LLMs with different roles to acquire expert knowledge. In addition, we propose two novel pre-training tasks to enhance the log pre-training with expert knowledge. LUK achieves state-of-the-art results on different log analysis tasks and extensive experiments demonstrate expert knowledge from LLMs can be utilized more effectively to understand logs. Our source code and detailed experimental data are available at https://github.com/LeaperOvO/LUK.

📄 PDF Abstract BibTeX arXiv:2409.01909

Code (1)

LeaperOvO/LUK 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Vision Enhancing LLMs: Empowering Multimodal Knowledge Storage and Sharing in LLMs

2023-11-27 · Yunxin Li, Baotian Hu, Wei Wang, Xiaochun Cao 외

Recent advancements in multimodal large language models (MLLMs) have achieved significant multimodal generation capabilities, akin to GPT-4. These models predominantly map visual information into language representation …

Instruction Followingmultimodal generationText Generation

PEACE: Empowering Geologic Map Holistic Understanding with MLLMs

2025-01-10 · CVPR 2025 1 · Yangyu Huang, Tianyi Gao, Haoran Xu, QiHao Zhao 외

Geologic map, as a fundamental diagram in geology science, provides critical insights into the structure and composition of Earth's subsurface and surface. These maps are indispensable in various fields, including disast…

Question Answering

Designing forecasting software for forecast users: Empowering non-experts to create and understand their own forecasts

2024-04-22 · Richard Stromer, Oskar Triebe, Chad Zanocco, Ram Rajagopal

Forecasts inform decision-making in nearly every domain. Forecasts are often produced by experts with rare or hard to acquire skills. In practice, forecasts are often used by domain experts and managers with little forec…

Decision Making

WirelessLLM: Empowering Large Language Models Towards Wireless Intelligence

2024-05-27 · Jiawei Shao, Jingwen Tong, Qiong Wu, Wei Guo 외

The rapid evolution of wireless technologies and the growing complexity of network infrastructures necessitate a paradigm shift in how communication networks are designed, configured, and managed. Recent advancements in …

Prompt EngineeringRetrieval-augmented Generation

Symbiotic-MoE: Unlocking the Synergy between Generation and Understanding

2026-04-09 · Xiangyue Liu, Zijian Zhang, Miles Yang, Zhao Zhong 외 arxiv

Empowering Large Multimodal Models (LMMs) with image generation often leads to catastrophic forgetting in understanding tasks due to severe gradient conflicts. While existing paradigms like Mixture-of-Transformers (MoT) …

Image Generation