paper-with-me

Papers

Predicting Intermittent Job Failure Categories for Diagnosis Using Few-Shot Fine-Tuned Language Models

2026-01-29 · Henri Aïdasso, Francis Bordeleau, Ali Tizghadam arxiv

In principle, Continuous Integration (CI) pipeline failures provide valuable feedback to developers on code-related errors. In practice, however, pipeline jobs often fail intermittently due to non-deterministic tests, network outages, infrastructure failures, resource exhaustion, and other reliability issues. These intermittent (flaky) job failures lead to substantial inefficiencies: wasted computational resources from repeated reruns and significant diagnosis time that distracts developers from core activities and often requires intervention from specialized teams. Prior work has proposed machine learning techniques to detect intermittent failures, but does not address the subsequent diagnosis challenge. To fill this gap, we introduce FlaXifyer, a few-shot learning approach for predicting intermittent job failure categories using pre-trained language models. FlaXifyer requires only job execution logs and achieves 84.3% Macro F1 and 92.0% Top-2 accuracy with just 12 labeled examples per category. We also propose LogSift, an interpretability technique that identifies influential log statements in under one second, reducing review effort by 74.4% while surfacing relevant failure information in 87% of cases. Evaluation on 2,458 job failures from TELUS demonstrates that FlaXifyer and LogSift enable effective automated triage, accelerate failure diagnosis, and pave the way towards the automated resolution of intermittent job failures.

📄 PDF Abstract BibTeX arXiv:2601.22264

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Efficient Detection of Intermittent Job Failures Using Few-Shot Learning

2025-07-05 · Henri Aïdasso, Francis Bordeleau, Ali Tizghadam arxiv

One of the main challenges developers face in the use of continuous integration (CI) and deployment pipelines is the occurrence of intermittent job failures, which result from unexpected non-deterministic issues (e.g., f…

Few-Shot Learning

Predicting Failures of Vision Systems

2014-06-01 · CVPR 2014 6 · Peng Zhang, Jiuling Wang, Ali Farhadi, Martial Hebert 외

Computer vision systems today fail frequently. They also fail abruptly without warning or explanation. Alleviating the former has been the primary focus of the community. In this work, we hope to draw the community's att…

Attributeparameter estimationPredictionSemantic Segmentation+1

Learning to better see the unseen: Broad-Deep Mixed Anti-Forgetting Framework for Incremental Zero-Shot Fault Diagnosis

2024-03-18 · Jiancheng Zhao, Jiaqi Yue, Chunhui Zhao

Zero-shot fault diagnosis (ZSFD) is capable of identifying unseen faults via predicting fault attributes labeled by human experts. We first recognize the demand of ZSFD to deal with continuous changes in industrial proce…

AttributeFault DiagnosisIncremental Learning

Fast Variational Inference for Large-scale Internet Diagnosis

2007-12-01 · NeurIPS 2007 12 · Emre Kiciman, David Maltz, John C. Platt

Web servers on the Internet need to maintain high reliability, but the cause of intermittent failures of web transactions is non-obvious. We use Bayesian inference to diagnose problems with web services. This diagnosis p…

Bayesian InferenceTime SeriesTime Series AnalysisVariational Inference

Addressing Domain Shift via Knowledge Space Sharing for Generalized Zero-Shot Industrial Fault Diagnosis

2023-06-04 · Jiancheng Zhao, Jiaqi Yue, Liangjun Feng, Chunhui Zhao 외

Fault diagnosis is a critical aspect of industrial safety, and supervised industrial fault diagnosis has been extensively researched. However, obtaining fault samples of all categories for model training can be challengi…

AttributeFault Diagnosis