paper-with-me

Papers

Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems

2026-08-26 · Zhongwen Luan, Xiaoyu Zhang, Ming Hu, Yue Yang, Jiongchi Yu, Xiaohong Chen arxiv

As large language model (LLM)-based multi-agent systems (MASs) are increasingly applied to long-horizon complex tasks, their reliability has emerged as the core bottleneck hindering their real-world deployment. Existing MAS debugging and repair methods typically rely on rerunning and resampling the entire execution trajectory. However, a fundamental question remains to be answered: do these methods causally repair MAS failures or merely stochastically repair by leveraging the randomness of LLM sampling? To evaluate the effectiveness of MAS repair methods, we introduce SymTrace, a controlled evaluation framework that records the MAS execution trajectory and establishes intervention anchors. During replay, it effectively reconstructs the execution before the anchor using recorded logs and only regenerates the downstream trajectory, thereby enabling the reliable reproduction of MAS failures. We further construct the dataset SymFail, comprising 536 human-annotated failure trajectories with graph-linked locations, categories, and trace evidence. Based on these foundations, we conduct a large-scale empirical study across three mainstream MAS frameworks. Our findings reveal that existing unguided rerun methods are highly unreliable, exhibiting low failure reproduction and repair rates (only 67.97% and 6.90%, respectively). Building upon these findings, we further explore the effectiveness of a symptom-driven intervention method, which successfully repairs 20.15% of the failed cases (a 191.89% improvement to state-of-the-art repair methods). This study aims to provide actionable insights for MAS debugging and repair research, paving the way for the robust deployment of multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2608.25920

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FailureMem: A Failure-Aware Multimodal Framework for Autonomous Software Repair

2026-03-18 · Ruize Ma, Yilei Jiang, Shilin Zhang, Zheng Ma 외 arxiv

Multimodal Automated Program Repair (MAPR) extends traditional program repair by requiring models to jointly reason over source code, textual issue descriptions, and visual artifacts such as GUI screenshots. While recent…

Visual GroundingVisual ReasoningProgram Repair

AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents

2026-07-21 · Kunlun Zhu, Xuyan Ye, Zhiguang Han, Yuchen Zhao 외 hf

LLM agent failures are difficult to debug because the step where an error surfaces is often not the one that caused it. Existing observability tools replay execution traces but provide little support for identifying the …

CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging

2026-05-08 · Shiyang Li, Haoyang Chen, Mattia Fazzini, Caiwen Ding arxiv

Debugging CUDA programs has long been challenging because failures often arise from subtle interactions among hardware behavior, compiler decisions, memory hierarchy, and asynchronous execution. More importantly, with th…

DoVer: Intervention-Driven Auto Debugging for LLM Multi-Agent Systems

2025-12-07 · Ming Ma, Jue Zhang, Fangkai Yang, Yu Kang 외 arxiv

Large language model (LLM)-based multi-agent systems are challenging to debug because failures often arise from long, branching interaction traces. The prevailing practice is to leverage LLMs for log-based failure locali…

Auto Debugging

SafeFix: Targeted Model Repair via Controlled Image Generation

2025-08-12 · Ouyang Xu, Baoming Zhang, Ruiyu Mao, Yunhui Guo arxiv

Deep learning models for visual recognition often exhibit systematic errors due to underrepresented semantic subpopulations. Although existing debugging frameworks can pinpoint these failures by identifying key failure a…

Image Generation