Pith

open record

sign in
Browse

arxiv: 2410.09352 · v2 · pith:EP4WLZNG · submitted 2024-10-12 · cs.SE · cs.CL

LogLM: From Task-based to Instruction-based Automated Log Analysis

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:EP4WLZNGrecord.jsonopen to challenge →

classification cs.SE cs.CL
keywords analysismodeltaskstrainingapproachescomplexloglmpairs
0
0 comments X
read the original abstract

Automatic log analysis is essential for the efficient Operation and Maintenance (O&M) of software systems, providing critical insights into system behaviors. However, existing approaches mostly treat log analysis as training a model to perform an isolated task ( e.g., anomaly detection, log parsing, etc.) using task-specific log-label pairs. These task-based approaches are inflexible in generalizing to complex scenarios, depend on task-specific training data, and cost significantly when deploying multiple models. In this paper, we propose an instruction-based training approach that transforms log-label pairs from multiple tasks and domains into a unified format of instruction-response pairs. Our trained model, LogLM, can follow complex user instructions and generalize better across different tasks, thereby increasing flexibility and reducing the dependence on task-specific training data. By integrating major log analysis tasks into a single model, our approach also relieves model deployment burden. Experimentally, LogLM outperforms existing approaches across five log analysis capabilities, and exhibits strong generalization abilities on complex instructions and unseen tasks.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. E2E-REME: Towards End-to-End Microservices Auto-Remediation via Experience-Simulation Reinforcement Fine-Tuning

    cs.SE 2026-04 unverdicted novelty 7.0

    E2E-REME outperforms nine LLMs in accuracy and efficiency for end-to-end microservice remediation by using experience-simulation reinforcement fine-tuning on a new benchmark called MicroRemed.

  2. Can Large Language Models Generate Observability-Aware Code?

    cs.SE 2026-07 conditional novelty 6.0

    AI coding agents produce microservice systems where only 4.95–13.99% of injected faults generate explicit fault signals in logs, revealing a semantic observability gap that lightweight guidance only partially addresses.

  3. Towards In-Depth Root Cause Localization for Microservices with Multi-Agent Recursion-of-Thought

    cs.SE 2026-05 unverdicted novelty 6.0

    RCLAgent uses multi-agent recursion-of-thought with parallel reasoning on trace graphs to outperform prior methods in root cause localization accuracy and efficiency for microservice systems.