paper-with-me

Papers

Who is Introducing the Failure? Automatically Attributing Failures of Multi-Agent Systems via Spectrum Analysis

2025-09-17 · Yu Ge, Linna Xie, Zhong Li, Yu Pei, Tian Zhang arxiv

Large Language Model Powered Multi-Agent Systems (MASs) are increasingly employed to automate complex real-world problems, such as programming and scientific discovery. Despite their promising, MASs are not without their flaws. However, failure attribution in MASs - pinpointing the specific agent actions responsible for failures - remains underexplored and labor-intensive, posing significant challenges for debugging and system improvement. To bridge this gap, we propose FAMAS, the first spectrum-based failure attribution approach for MASs, which operates through systematic trajectory replay and abstraction, followed by spectrum analysis.The core idea of FAMAS is to estimate, from variations across repeated MAS executions, the likelihood that each agent action is responsible for the failure. In particular, we propose a novel suspiciousness formula tailored to MASs, which integrates two key factor groups, namely the agent behavior group and the action behavior group, to account for the agent activation patterns and the action activation patterns within the execution trajectories of MASs. Through expensive evaluations against 12 baselines on the Who and When benchmark, FAMAS demonstrates superior performance by outperforming all the methods in comparison.

📄 PDF Abstract BibTeX arXiv:2509.13782

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Contrastive Attribution in the Wild: An Interpretability Analysis of LLM Failures on Realistic Benchmarks

2026-04-20 · Rongyuan Tan, Jue Zhang, Zhuozhao Li, Qingwei Lin 외 arxiv

Interpretability tools are increasingly used to analyze failures of Large Language Models (LLMs), yet prior work largely focuses on short prompts or toy settings, leaving their behavior on commonly used benchmarks undere…

Failing to See or Failing to Know? Attributing Errors in Vision-Language Models

2026-07-06 · Khang Nhat Hoang Vo, Artem Vazhentsev, Artem Shelmanov, Timothy Baldwin 외 arxiv

Vision-language models (VLMs) can recognize entities in clear images yet still fail when answering questions that require factual knowledge beyond what is directly observable. Prior work has either examined individual fa…

Visual Question Answering

Mass-Producing Failures of Multimodal Systems with Language Models

2023-06-21 · NeurIPS 2023 11 · Shengbang Tong, Erik Jones, Jacob Steinhardt

Deployed multimodal systems can fail in ways that evaluators did not anticipate. In order to find these failures before deployment, we introduce MultiMon, a system that automatically identifies systematic failures -- gen…

Language ModelingLanguage ModellingSelf-Driving Cars

Intelligent Vision Based Wear Forecasting on Surfaces of Machine Tool Elements

2021-06-12 · Tobias Schlagenhauf, Niklas Burghardt

This paper addresses the ability to enable machines to automatically detect failures on machine tool components as well as estimating the severity of the failures, which is a critical step towards autonomous production m…

Defect DetectionPrognosis

MemTrace: Tracing and Attributing Errors in Large Language Model Memory Systems

2026-05-27 · Xinle Deng, Ruobin Zhong, Hujin Peng, Xiaoben Lu 외 arxiv

Memory is essential for enabling large language models to support long-horizon reasoning, yet existing memory systems remain unreliable and difficult to debug. Tracing memory's dynamic evolution is crucial to understand …