paper-with-me

Papers

ORCA: An End-to-End Interactive Copilot for Optimized Root Cause Analysis

2026-05-26 · Phi Nguyen Xuan, Nicholas Tagliapietra, Lavdim Halilaj, Kristian Kersting, Juergen Luettin arxiv

Causal analysis is a crucial task in many domains, including manufacturing, social science, and medicine. However, despite recent progress, the conceptual and methodological complexity of causal methods makes them largely inaccessible to domain experts. This gap prevents experts from leveraging these advances and hinders researchers who lack access to real-world data for validation. To bridge this divide, we introduce ORCA, a copilot for end-to-end causal analysis. ORCA orchestrates agents to understand the user's goals and guide them through the most appropriate causal analysis workflow, from fully automatic to highly user-guided execution. It features causal discovery, causal effect estimation, explainability and Root-Cause-Analysis (RCA). ORCA evaluates and compares performance, generates key metrics and diagrams, and generates insights through structured reports. We highlight its effectiveness across several real-world use-cases.

📄 PDF Abstract BibTeX arXiv:2605.27022

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PORCA: Root Cause Analysis with Partially Observed Data

2024-07-08 · Chang Gong, Di Yao, Jin Wang, Wenbin Li 외

Root Cause Analysis (RCA) aims at identifying the underlying causes of system faults by uncovering and analyzing the causal structure from complex systems. It has been widely used in many application domains. Reliable di…

Causal DiscoveryDiagnosticScheduling

MicroRCA-Agent: Microservice Root Cause Analysis Method Based on Large Language Model Agents

2025-09-19 · Pan Tang, Shixiang Tang, Huanqi Pu, Zhiqing Miao 외 arxiv

This paper presents MicroRCA-Agent, an innovative solution for microservice root cause analysis based on large language model agents, which constructs an intelligent fault root cause localization system with multimodal d…

Anomaly DetectionLogical Reasoning

TN-AutoRCA: Benchmark Construction and Agentic Framework for Self-Improving Alarm-Based Root Cause Analysis in Telecommunication Networks

2025-07-24 · Keyu Wu, Qianjin Yu, Manlin Mei, Ruiting Liu 외 arxiv

Root Cause Analysis (RCA) in telecommunication networks is a critical task, yet it presents a formidable challenge for Artificial Intelligence (AI) due to its complex, graph-based reasoning requirements and the scarcity …

ORCA-bench: How Ready Are Language Model Agents for Oncall?

2026-07-30 · Albert Gong, Kyuseong Choi, Abhineet Agarwal, Jason Schechner 외 arxiv

Large language models can write, patch, and search code, but oncall root cause analysis (RCA) demands something different: reasoning over noisy metrics, logs, traces, and source code, starting from ambiguous user-facing …

Tutoring LLM into a Better CUDA Optimizer

2025-10-19 · Matyáš Brabec, Jiří Klepl, Michal Töpfer, Martin Kruliš arxiv

Recent leaps in large language models (LLMs) caused a revolution in programming tools (like GitHub Copilot) that can help with code generation, debugging, and even performance optimization. In this paper, we focus on the…

Code Generation