LGAIMay 25

CausalFlow: Causal Attribution and Counterfactual Repair for LLM Agent Failures

arXiv:2605.2533874.2
Predicted impact top 18% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of diagnosing and repairing failures in LLM agents for multi-step tasks, providing a principled method to generate localized repairs and supervision for reliability gains.

CausalFlow introduces an interventional framework that converts failed LLM agent traces into minimal counterfactual repairs and reusable supervision, achieving high minimality and causal-consensus scores across four benchmarks and outperforming heuristic refinement in complex retrieval settings.

Large language model (LLM) agents frequently fail on multi-step tasks involving reasoning, tool use, and environment interaction. While such failures are typically logged or retried heuristically, they contain structured signals about where execution broke down. We introduce CausalFlow, an interventional framework that converts failed agent traces into minimal counterfactual repairs and reusable supervision. CausalFlow models execution traces as sequential chains of dependent steps and computes Causal Responsibility Scores(CRS) via step-level counterfactual intervention to identify failure-inducing steps. For these steps, we generate minimally edited repairs that flip the final outcome to success, producing validated contrastive pairs of the form (wrong step, corrected step). CausalFlow supports two complementary uses: targeted test-time repair that recovers from failures with minimal behavioral drift, and training-time supervision suitable for offline preference optimization or reward modeling. Across four benchmarks spanning mathematical reasoning, code generation, question answering, and medical browsing, CausalFlow converts failed executions into validated minimal repairs with high minimality and causal-consensus scores, and demonstrates that causal attribution is necessary for reliable improvement across diverse agent tasks, outperforming heuristic refinement in complex retrieval settings while producing more localized repairs throughout. These results demonstrate that interventional analysis over structured execution traces provides a principled and scalable mechanism for transforming agent failures into reliability gains and learning-ready supervision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes