AURA: A Diagnostic Framework for Tracking User Satisfaction of Interactive Planning Agents
Takyoung Kim, Janvijay Singh, Shuhaib Mehri, Emre Can Acikgoz, Sagnik Mukherjee, Nimet Beyza Bozdag, Sumuk Shashidhar, Gokhan Tur, Dilek Hakkani-Tür
TL;DR
AURA introduces a domain-agnostic, POMDP-based framework for evaluating user satisfaction in interactive planning agents, addressing the shortcomings of task-completion metrics. It decomposes the agent's behavior into atomic criteria—State Consistency, Tool Efficiency, Observation Alignment, Policy Alignment, and Task Completion—plus interaction-pattern metrics to diagnose multi-turn decision pipelines. Experiments across TravelPlanner and taubench benchmarks show that intermediate behaviors strongly influence user satisfaction, and human studies corroborate that stage-aware metrics align with preferences beyond final outcomes. The work also explores mixed-agent deployment and the reliability of user simulators, highlighting directions for more robust, interpretable evaluation of planning agents.
Abstract
The growing capabilities of large language models (LLMs) in instruction-following and context-understanding lead to the era of agents with numerous applications. Among these, task planning agents have become especially prominent in realistic scenarios involving complex internal pipelines, such as context understanding, tool management, and response generation. However, existing benchmarks predominantly evaluate agent performance based on task completion as a proxy for overall effectiveness. We hypothesize that merely improving task completion is misaligned with maximizing user satisfaction, as users interact with the entire agentic process and not only the end result. To address this gap, we propose AURA, an Agent-User inteRaction Assessment framework that conceptualizes the behavioral stages of interactive task planning agents. AURA offers a comprehensive assessment of agent through a set of atomic LLM evaluation criteria, allowing researchers and practitioners to diagnose specific strengths and weaknesses within the agent's decision-making pipeline. Our analyses show that agents excel in different behavioral stages, with user satisfaction shaped by both outcomes and intermediate behaviors. We also highlight future directions, including systems that leverage multiple agents and the limitations of user simulators in task planning.
