paper-with-me

홈 › Papers

Instruction-Tuned LLMs for Parsing and Mining Unstructured Logs on Leadership HPC Systems

2026-04-06 · Ahmad Maroof Karimi, Jong Youl Choi, Charles Qing Cao, Awais Khan arxiv

Leadership-class HPC systems generate massive volumes of heterogeneous, largely unstructured system logs. Because these logs originate from diverse software, hardware, and runtime layers, they exhibit inconsistent formats, making structure extraction and pattern discovery extremely challenging. Therefore, robust log parsing and mining is critical to transform this raw telemetry into actionable insights that reveal operational patterns, diagnose anomalies, and enable reliable, efficient, and scalable system analysis. Recent advances in large language models (LLMs) offer a promising new direction for automated log understanding in leadership-class HPC environments. To capitalize on this opportunity, we present a domain-adapted, instruction-following, LLM-driven framework that leverages chain-of-thought (CoT) reasoning to parse and structure HPC logs with high fidelity. Our approach combines domain-specific log-template data with instruction-tuned examples to fine-tune an 8B-parameter LLaMA model tailored for HPC log analysis. We develop a hybrid fine-tuning methodology that adapts a general-purpose LLM to domain-specific log data, enabling privacy-preserving, locally deployable, fast, and energy-efficient log-mining approach. We conduct experiments on a diverse set of log datasets from the LogHub repository. The evaluation confirms that our approach achieves parsing accuracy on par with significantly larger models, such as LLaMA 70B and Anthropic's Claude. We further validate the practical utility of our fine-tuned LLM model by parsing over 600 million production logs from the Frontier supercomputer over a four-week window, uncovering critical patterns in temporal dynamics, node-level anomalies, and workload-error log correlations.

📄 PDF Abstract BibTeX arXiv:2604.05168

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BioInstruct: Instruction Tuning of Large Language Models for Biomedical Natural Language Processing

2023-10-30 · Hieu Tran, Zhichao Yang, Zonghai Yao, Hong Yu

To enhance the performance of large language models (LLMs) in biomedical natural language processing (BioNLP) by introducing a domain-specific instruction dataset and examining its impact when combined with multi-task le…

Language ModellingMulti-Task Learningparameter-efficient fine-tuningQuestion Answering+1

AMR Parsing with Instruction Fine-tuned Pre-trained Language Models

2023-04-24 · Young-suk Lee, Ramón Fernandez Astudillo, Radu Florian, Tahira Naseem 외

Instruction fine-tuned language models on a collection of instruction annotated datasets (FLAN) have shown highly effective to improve model performance and generalization to unseen tasks. However, a majority of standard…

Abstract Meaning RepresentationAMR Parsingparameter-efficient fine-tuningSemantic Role Labeling

A Tale of LLMs and Induced Small Proxies: Scalable Small Language Models for Knowledge Mining

2025-10-01 · Sipeng Zhang, Shuhuai Lin, Xinpeng Wei, Yihang Chen 외 arxiv

At the core of Deep Research is knowledge mining, the task of extracting structured information from massive unstructured text in response to user instructions. Large language models (LLMs) excel at interpreting such ins…

A Hybrid Supervised-LLM Pipeline for Actionable Suggestion Mining in Unstructured Customer Reviews

2026-01-27 · Aakash Trivedi, Aniket Upadhyay, Pratik Narang, Dhruv Kumar 외 arxiv

Extracting actionable suggestions from customer reviews is essential for operational decision-making, yet these directives are often embedded within mixed-intent, unstructured text. Existing approaches either classify su…

Domain Adaptation

Instruction Mining: Instruction Data Selection for Tuning Large Language Models

2023-07-12 · Yihan Cao, Yanbin Kang, Chi Wang, Lichao Sun

Large language models (LLMs) are initially pretrained for broad capabilities and then finetuned with instruction-following datasets to improve their performance in interacting with humans. Despite advances in finetuning,…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model