NeFut Logo NeFut
Admin Login

[CS.AI] DCFA: Dual-view Causal-inspired Attribution for Failure Reasoning in LLM-based Multi-agent Systems

Published at: 2026-09-07 22:00 Last updated: 2026-09-08 00:37
#algorithm #AI #LLM

In recent years, multi‑agent systems built on large language models (LLMs) have expanded rapidly, yet they remain fragile, often producing reasoning and coordination errors that cause system‑level failures. Existing failure attribution relies on tracing natural‑language interactions among agents to locate the decisive error—the earliest action whose correction would reverse the failure.

Two major challenges arise:

  1. Shallow attribution – current methods tend to capture minor deviations such as incomplete retrievals or formatting glitches, which verification mechanisms can fix, while missing the true cause of the collapse.
  2. Contextual degradation – as the length of system traces grows, the model’s reasoning ability deteriorates sharply.

To address these issues, we introduce DCFA, a training‑free framework for failure attribution. DCFA consists of:

Experiments on the Who&When benchmark across six mainstream LLMs show that DCFA improves step‑level accuracy by up to 8.27% over state‑of‑the‑art baselines.

Review

Original Source: https://arxiv.org/abs/2609.04749

[h] Back to Home