paper-with-me

홈 › Papers

Beyond LLM-Based Reasoning: Lightweight GNNs for Agent Failure Attribution

2026-08-19 · Ting-Wei Li, Yuanchen Bei, Xiao Lin, Hanghang Tong arxiv

Large language model (LLM)-based multi-agent systems (MAS) often exhibit complex failure modes, which frequently cause agents to produce incorrect outcomes. This motivates the task of Agent Failure Attribution: given a failed multi-agent trajectory, identify the faulty agents and their corresponding error types. Existing approaches predominantly rely on LLMs to perform failure attribution, either through direct prompting, fine-tuning on synthetic data or complex agentic pipelines. While effective, these methods incur substantial computational overhead due to long-context processing, expensive post-training and handcrafted workflows. Moreover, empirical evidence shows that even state-of-the-art models achieve limited accuracy on existing benchmarks, suggesting that scaling model size alone is insufficient. In this work, we revisit this task and question the necessity of such expensive generative solutions. We introduce AFANet, a lightweight graph-based framework that models interaction trajectories through step-level semantic signals and agent-level relationships. We show that with significantly fewer parameters and near-zero inference cost, AFANet (i) matches or outperforms LLM-based baselines, including fine-tuned models on in-domain benchmarks, (ii) maintains robust performance across different GNN architectures and (iii) can be further improved with inexpensive test-time adaptation on the OOD benchmark. Our results suggest that effective agent failure attribution does not require heavy LLM reasoning and a lightweight, structured approach can achieve strong performance.

📄 PDF Abstract BibTeX arXiv:2608.18575

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

A Multi-Dataset Benchmark for Evaluating LLM Agents in Microservice Failure Diagnosis

2026-06-28 · Yuanhong Cai, Xiaohui Nie, Kanglin Yin, Changhua Pei 외 arxiv

LLM-based agents are reshaping microservice operations into AgentOps, where benchmarks are key to evaluating failure diagnosis over multimodal observability data. However, existing benchmarks remain largely outcome-orien…

Beyond the Leaderboard: A Synthesis of Tool-Use, Planning, and Reasoning Failures in Large Language Model Agents

2026-07-07 · Wael Albayaydh, Rui Zhao, Ivan Flechais arxiv

Large language model (LLM) agents are increasingly evaluated on their ability to use tools, plan multi-step tasks, coordinate with other agents, and operate over extended horizons. Reported benchmark gains often obscure …

ReFrame: Evidence-Guided Test-Time Safety Alignment in Multimodal Large Language Models

2026-08-21 · Wenzheng Jiang, Xuankun Rong, Yuanzhao Zhai, Dawei Feng 외 arxiv

While multimodal large language models (MLLMs) extend model capabilities beyond text, they also make safety alignment increasingly challenging. Multimodal safety alignment methods must address cross-modal jailbreaks, saf…

Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems

2026-07-08 · Yufei Xia, Anjun Gao, Yueyang Quan, Zhuqing Liu 외 arxiv

Large language model (LLM) based multi-agent systems enable complex problem solving through coordinated reasoning and action, but their distributed structure also introduces new challenges in diagnosing system-level fail…

AgenTracer: Who Is Inducing Failure in the LLM Agentic Systems?

2025-09-03 · Guibin Zhang, Junhao Wang, Junjie Chen, Wangchunshu Zhou 외 arxiv

Large Language Model (LLM)-based agentic systems, often comprising multiple models, complex tool invocations, and orchestration protocols, substantially outperform monolithic agents. Yet this very sophistication amplifie…

Reinforcement Learning