paper-with-me

Papers

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

2024-07-24 · Hongwei Jin, George Papadimitriou, Krishnan Raghavan, Pawel Zuk, Prasanna Balaprakash, Cong Wang, Anirban Mandal, Ewa Deelman

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.

📄 PDF Abstract BibTeX arXiv:2407.17545

Code (1)

poseidon-workflows/llm_ad 공식 구현 pytorch

Tasks

Anomaly DetectionIn-Context LearningSentenceSentence Classification

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Self-supervised Learning for Anomaly Detection in Computational Workflows

2023-10-02 · Hongwei Jin, Krishnan Raghavan, George Papadimitriou, Cong Wang 외

Anomaly detection is the task of identifying abnormal behavior of a system. Anomaly detection in computational workflows is of special interest because of its wide implications in various domains such as cybersecurity, f…

Anomaly DetectionContrastive LearningSelf-Supervised Learning

Detect by Yourself: Self-Designing Agentic Workflows for Few-Shot Graph Anomaly Detection

2026-05-26 · Tairan Huang, Qiang Chen, Yili Wang, Yueyue Ma 외 arxiv

Graph anomaly detection aims to identify anomaly nodes in attributed graphs and plays an important role in real-world applications. However, existing graph anomaly detection methods still face two key challenges: 1) fixe…

Graph Anomaly Detection

Conformal Anomaly Detection in Python: Moving Beyond Heuristic Thresholds with nonconform

2026-05-13 · Oliver Hennhöfer, Maximilian Kirsch, Christine Preisach arxiv

Most anomaly detection systems output scores rather than calibrated decisions, leaving practitioners to choose thresholds heuristically and without clear statistical interpretation. Conformal anomaly detection addresses …

Anomaly Detection

Unsupervised Discovery of Long-Term Spatiotemporal Periodic Workflows in Human Activities

2025-11-18 · Fan Yang, Quanting Xie, Atsunori Moteki, Shoichi Masui 외 arxiv

Periodic human activities with implicit workflows are common in manufacturing, sports, and daily life. While short-term periodic activities -- characterized by simple structures and high-contrast patterns -- have been wi…

Anomaly Detection

AnomalyExplainer Explainable AI for LLM-based anomaly detection using BERTViz and Captum

2025-08-26 · Prasasthy Balasubramanian, Dumindu Kankanamge, Ekaterina Gilman, Mourad Oussalah arxiv

Conversational AI and Large Language Models (LLMs) have become powerful tools across domains, including cybersecurity, where they help detect threats early and improve response times. However, challenges such as false po…

Anomaly Detection