CAR-bench: Evaluating the Consistency and Limit-Awareness of LLM Agents under Real-World Uncertainty
Johannes Kirmayr, Lukas Stappen, Elisabeth André
TL;DR
CAR-bench Addresses a critical gap in evaluating LLM agents under real-world uncertainty by introducing a dynamic, policy-constrained in-car assistant benchmark. It couples a llm-simulated user, 19 automotive policies, and 58 tools in a realistic environment, with Hallucination and Disambiguation task types to measure limit-awareness and uncertainty handling. Using Pass^k and Pass@k metrics, the study reveals substantial gaps between a model's potential and its consistent performance, especially in disambiguation, and analyzes error taxonomies and practical deployment considerations. The work highlights the need for reliable, self-aware agents and suggests directions in architecture, domain-specific training, and safety layers to bridge the gap for real-world automotive AI systems.
Abstract
Existing benchmarks for Large Language Model (LLM) agents focus on task completion under idealistic settings but overlook reliability in real-world, user-facing applications. In domains, such as in-car voice assistants, users often issue incomplete or ambiguous requests, creating intrinsic uncertainty that agents must manage through dialogue, tool use, and policy adherence. We introduce CAR-bench, a benchmark for evaluating consistency, uncertainty handling, and capability awareness in multi-turn, tool-using LLM agents in an in-car assistant domain. The environment features an LLM-simulated user, domain policies, and 58 interconnected tools spanning navigation, productivity, charging, and vehicle control. Beyond standard task completion, CAR-bench introduces Hallucination tasks that test agents' limit-awareness under missing tools or information, and Disambiguation tasks that require resolving uncertainty through clarification or internal information gathering. Baseline results reveal large gaps between occasional and consistent success on all task types. Even frontier reasoning LLMs achieve less than 50% consistent pass rate on Disambiguation tasks due to premature actions, and frequently violate policies or fabricate information to satisfy user requests in Hallucination tasks, underscoring the need for more reliable and self-aware LLM agents in real-world settings.
