paper-with-me

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., flaky tests or infrastructure problems) rather than regular code-related errors such as bugs. Prior studies developed machine learning (ML) models trained on large datasets of job logs to classify job failures as either intermittent or regular. As an alternative to costly manual labeling of large datasets, the state-of-the-art (SOTA) approach leveraged a heuristic based on non-deterministic job reruns. However, this method mislabels intermittent job failures as regular in contexts where rerunning suspicious job failures is not an explicit policy, and therefore limits the SOTA's performance in practice. In fact, our manual analysis of 2,125 job failures from 5 industrial and 1 open-source projects reveals that, on average, 32% of intermittent job failures are mislabeled as regular. To address these limitations, this paper introduces a novel approach to intermittent job failure detection using few-shot learning (FSL). Specifically, we fine-tune a small language model using a few number of manually labeled log examples to generate rich embeddings, which are then used to train an ML classifier. Our FSL-based approach achieves 70-88% F1-score with only 12 shots in all projects, outperforming the SOTA, which proved ineffective (34-52% F1-score) in 4 projects. Overall, this study underlines the importance of data quality over quantity and provides a more efficient and practical framework for the detection of intermittent job failures in organizations.

📄 PDF Abstract BibTeX arXiv:2507.04173

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar 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, ne…

Few-Shot Learning

Proactive-reactive detection and mitigation of intermittent faults in robot swarms

2025-09-23 · Sinan Oğuz, Emanuele Garone, Marco Dorigo, Mary Katherine Heinrich arxiv

Intermittent faults are transient errors that sporadically appear and disappear. Although intermittent faults pose substantial challenges to reliability and coordination, existing studies of fault tolerance in robot swar…

Resilient Average Consensus: A Detection and Compensation Approach

2022-02-22 · Wenzhe Zheng, Zhiyu He, Jianping He, Chengcheng Zhao 외

We study the problem of resilient average consensus for multi-agent systems with misbehaving nodes. To protect consensus valuefrom being influenced by misbehaving nodes, we address this problem by detecting misbehaviors,…

Robust Federated Learning with Connectivity Failures: A Semi-Decentralized Framework with Collaborative Relaying

2022-02-24 · Michal Yemini, Rajarshi Saha, Emre Ozfatura, Deniz Gündüz 외

Intermittent connectivity of clients to the parameter server (PS) is a major bottleneck in federated edge learning frameworks. The lack of constant connectivity induces a large generalization gap, especially when the loc…

Federated Learning

Risk-aware Integrated Task and Motion Planning for Versatile Snake Robots under Localization Failures

2025-02-27 · Ashkan Jasour, Guglielmo Daddi, Masafumi Endo, Tiago S. Vaquero 외

Snake robots enable mobility through extreme terrains and confined environments in terrestrial and space applications. However, robust perception and localization for snake robots remain an open challenge due to the prox…

Motion PlanningTask and Motion Planning