paper-with-me

홈 › Papers

LogLLaMA: Transformer-based log anomaly detection with LLaMA

2025-03-19 · Zhuoyi Yang, Ian G. Harris

Log anomaly detection refers to the task that distinguishes the anomalous log messages from normal log messages. Transformer-based large language models (LLMs) are becoming popular for log anomaly detection because of their superb ability to understand complex and long language patterns. In this paper, we propose LogLLaMA, a novel framework that leverages LLaMA2. LogLLaMA is first finetuned on normal log messages from three large-scale datasets to learn their patterns. After finetuning, the model is capable of generating successive log messages given previous log messages. Our generative model is further trained to identify anomalous log messages using reinforcement learning (RL). The experimental results show that LogLLaMA outperforms the state-of-the-art approaches for anomaly detection on BGL, Thunderbird, and HDFS datasets.

📄 PDF Abstract BibTeX arXiv:2503.14849

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

LogLLM: Log-based Anomaly Detection Using Large Language Models

2024-11-13 · Wei Guan, Jian Cao, Shiyou Qian, Jianqi Gao 외

Software systems often record important runtime information in logs to help with troubleshooting. Log-based anomaly detection has become a key research area that aims to identify system issues through log data, ultimatel…

Anomaly DetectionDecoder

Research and application of Transformer based anomaly detection model: A literature review

2024-02-14 · Mingrui Ma, Lansheng Han, Chunjie Zhou

Transformer, as one of the most advanced neural network models in Natural Language Processing (NLP), exhibits diverse applications in the field of anomaly detection. To inspire research on Transformer-based anomaly detec…

Anomaly Detection

LLM-Enhanced Log Anomaly Detection: A Comprehensive Benchmark of Large Language Models for Automated System Diagnostics

2026-04-14 · Disha Patel arxiv

System log anomaly detection is critical for maintaining the reliability of large-scale software systems, yet traditional methods struggle with the heterogeneous and evolving nature of modern log data. Recent advances in…

Anomaly Detection

Text-ADBench: Text Anomaly Detection Benchmark based on LLMs Embedding

2025-07-16 · Feng Xiao, Jicong Fan arxiv

Text anomaly detection is a critical task in natural language processing (NLP), with applications spanning fraud detection, misinformation identification, spam detection and content moderation, etc. Despite significant a…

Anomaly DetectionFraud DetectionSpam detection

From Noise to Signal: Improving Security Log Anomaly Detection Using LLMs with Endpoint-Specific Logs

2026-08-20 · Christopher Henshaw, Gour Karmakar arxiv

Existing approaches to anomalous behaviour log detection, such as Wazuh rely primarily on predefined detection rules, while statistical anomaly detection approaches such as OpenSearch identify deviations from previously …

Anomaly Detection