VeriLA: A Human-Centered Evaluation Framework for Interpretable Verification of LLM Agent Failures
Yoo Yeon Sung, Hannah Kim, Dan Zhang
TL;DR
VeriLA addresses the challenge of interpreting and auditing failures in LLM-based agent systems by introducing a human-centered evaluation framework that stages task solving into planning, execution, and verification. It leverages a graph-based plan with a human-designed agent registry, a separate human-aligned verifier trained on ground-truth labels, and aggregation metrics to predict overall task failure, all augmented with uncertainty and plan-structure features. A mathematical reasoning case study across four datasets demonstrates high verifier accuracy and actionable insights for diagnosing failure propagation and guiding revisions. The framework enhances transparency, accountability, and efficiency in human-in-the-loop AI systems and is poised for expansion to broader domains such as open-domain QA and fact-checking.
Abstract
AI practitioners increasingly use large language model (LLM) agents in compound AI systems to solve complex reasoning tasks, these agent executions often fail to meet human standards, leading to errors that compromise the system's overall performance. Addressing these failures through human intervention is challenging due to the agents' opaque reasoning processes, misalignment with human expectations, the complexity of agent dependencies, and the high cost of manual inspection. This paper thus introduces a human-centered evaluation framework for Verifying LLM Agent failures (VeriLA), which systematically assesses agent failures to reduce human effort and make these agent failures interpretable to humans. The framework first defines clear expectations of each agent by curating human-designed agent criteria. Then, it develops a human-aligned agent verifier module, trained with human gold standards, to assess each agent's execution output. This approach enables granular evaluation of each agent's performance by revealing failures from a human standard, offering clear guidelines for revision, and reducing human cognitive load. Our case study results show that VeriLA is both interpretable and efficient in helping practitioners interact more effectively with the system. By upholding accountability in human-agent collaboration, VeriLA paves the way for more trustworthy and human-aligned compound AI systems.
