paper-with-me

Papers

Recommending Root-Cause and Mitigation Steps for Cloud Incidents using Large Language Models

2023-01-10 · Toufique Ahmed, Supriyo Ghosh, Chetan Bansal, Thomas Zimmermann, Xuchao Zhang, Saravan Rajmohan

Incident management for cloud services is a complex process involving several steps and has a huge impact on both service health and developer productivity. On-call engineers require significant amount of domain knowledge and manual effort for root causing and mitigation of production incidents. Recent advances in artificial intelligence has resulted in state-of-the-art large language models like GPT-3.x (both GPT-3.0 and GPT-3.5), which have been used to solve a variety of problems ranging from question answering to text summarization. In this work, we do the first large-scale study to evaluate the effectiveness of these models for helping engineers root cause and mitigate production incidents. We do a rigorous study at Microsoft, on more than 40,000 incidents and compare several large language models in zero-shot, fine-tuned and multi-task setting using semantic and lexical metrics. Lastly, our human evaluation with actual incident owners show the efficacy and future potential of using artificial intelligence for resolving cloud incidents.

📄 PDF Abstract BibTeX arXiv:2301.03797

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementQuestion AnsweringText Summarization

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

NetCause: Counterfactual Learning for Root Cause Analysis in Large-Scale Networks

2026-06-11 · Fabien Chraim, Jian Zhang, Dominik Janzing, Xiang Song 외 arxiv

Can a learned model capture how faults propagate through a large-scale network and use this knowledge to causally attribute customer impact to its underlying root cause? Existing root cause analysis techniques often rely…

Self-Supervised Learning

On Root Cause Localization and Anomaly Mitigation through Causal Inference

2022-12-08 · Xiao Han, Lu Zhang, Yongkai Wu, Shuhan Yuan

Due to a wide spectrum of applications in the real world, such as security, financial surveillance, and health risk, various deep anomaly detection models have been proposed and achieved state-of-the-art performance. How…

Anomaly DetectionCausal Inference

Deoxys: A Causal Inference Engine for Unhealthy Node Mitigation in Large-scale Cloud Infrastructure

2024-10-23 · Chaoyun Zhang, Randolph Yao, Si Qin, Ze Li 외

The presence of unhealthy nodes in cloud infrastructure signals the potential failure of machines, which can significantly impact the availability and reliability of cloud services, resulting in negative customer experie…

Causal Inference

Root Cause Localization for Microservice Systems in Cloud-edge Collaborative Environments

2024-06-19 · Yuhan Zhu, Jian Wang, Bing Li, Xuxian Tang 외

With the development of cloud-native technologies, microservice-based software systems face challenges in accurately localizing root causes when failures occur. Additionally, the cloud-edge collaborative environment intr…

Graph Neural Network

Why Do AI Agents Systematically Fail at Cloud Root Cause Analysis?

2026-02-10 · Taeyoon Kim, Woohyeok Park, Hoyeong Yun, Kyungyong Lee arxiv

Failures in large-scale cloud systems incur substantial financial losses, making automated Root Cause Analysis (RCA) essential for operational stability. Recent efforts leverage Large Language Model (LLM) agents to autom…

Prompt Engineering