English

Large Language Models for Anomaly Detection in Computational Workflows: from Supervised Fine-Tuning to In-Context Learning

Software Engineering 2024-07-26 v1 Artificial Intelligence Computation and Language

Abstract

Anomaly detection in computational workflows is critical for ensuring system reliability and security. However, traditional rule-based methods struggle to detect novel anomalies. This paper leverages large language models (LLMs) for workflow anomaly detection by exploiting their ability to learn complex data patterns. Two approaches are investigated: 1) supervised fine-tuning (SFT), where pre-trained LLMs are fine-tuned on labeled data for sentence classification to identify anomalies, and 2) in-context learning (ICL) where prompts containing task descriptions and examples guide LLMs in few-shot anomaly detection without fine-tuning. The paper evaluates the performance, efficiency, generalization of SFT models, and explores zero-shot and few-shot ICL prompts and interpretability enhancement via chain-of-thought prompting. Experiments across multiple workflow datasets demonstrate the promising potential of LLMs for effective anomaly detection in complex executions.

Keywords

Cite

@article{arxiv.2407.17545,
  title  = {Large Language Models for Anomaly Detection in Computational Workflows: from Supervised Fine-Tuning to In-Context Learning},
  author = {Hongwei Jin and George Papadimitriou and Krishnan Raghavan and Pawel Zuk and Prasanna Balaprakash and Cong Wang and Anirban Mandal and Ewa Deelman},
  journal= {arXiv preprint arXiv:2407.17545},
  year   = {2024}
}

Comments

12 pages, 14 figures, paper is accepted by SC'24, source code, see: https://github.com/PoSeiDon-Workflows/LLM_AD

R2 v1 2026-06-28T17:52:44.934Z