NeFut Logo NeFut
Admin Login

[CS.AI] Behavioral Consistency as an Uncertainty Signal for LLM Agents

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:18
#algorithm #AI #Machine Learning

Abstract

Running the same LLM agent on identical inputs yields 2.3-4.2 distinct action sequences per 10 runs; this behavioral variance constitutes a training-free, black-box uncertainty signal that instantiates selective classification and distribution-free calibration for agentic systems.

Across 8,000 runs of four models on 200 HotpotQA questions, consistent tasks (at most 2 unique paths) achieve 82-87% accuracy while inconsistent tasks (4 or more paths) achieve 41-65%, a gap that survives controls for task difficulty.

Divergence concentrates at step 2 (50.5% of Llama tasks), and consistency metrics detect failures with AUROC 0.62-0.78.

Exploiting this signal, selective prediction (answering only when k=3 runs agree) achieves 87-88% accuracy at 54-62% coverage, a 6-14pp gain over single-run baselines, and matches a split-conformal baseline without a held-out calibration set.

A cross-benchmark validation on SWE-bench (50 tasks, 1,000 runs) preserves the consistency hierarchy while revealing an ~8x spread in mean trajectory length across models, and bootstrap analysis shows single-run evaluations misrank models 29.3% of the time.

Blogger's Review: This paper explores the behavioral consistency of LLM agents under identical inputs, revealing the significant impact of this uncertainty signal on agent performance. By employing selective prediction methods, the authors effectively enhance model accuracy, showcasing the potential applicability of behavioral consistency in agentic systems. This research offers new insights for future LLM agent design and is worthy of attention.

Original Source: https://arxiv.org/abs/2602.11619

[h] Back to Home