paper-with-me

Papers

Agentic Confidence Calibration

2026-01-22 · Jiaxin Zhang, Caiming Xiong, Chien-Sheng Wu arxiv

AI agents are rapidly advancing from passive language models to autonomous systems executing complex, multi-step tasks. Yet their overconfidence in failure remains a fundamental barrier to deployment in high-stakes settings. Existing calibration methods, built for static single-turn outputs, cannot address the unique challenges of agentic systems, such as compounding errors along trajectories, uncertainty from external tools, and opaque failure modes. To address these challenges, we introduce, for the first time, the problem of Agentic Confidence Calibration and propose Holistic Trajectory Calibration (HTC), a novel diagnostic framework that extracts rich process-level features ranging from macro dynamics to micro stability across an agent's entire trajectory. Powered by a simple, interpretable model, HTC consistently surpasses strong baselines in both calibration and discrimination, across eight benchmarks, multiple LLMs, and diverse agent frameworks. Beyond performance, HTC delivers three essential advances: it provides interpretability by revealing the signals behind failure, enables transferability by applying across domains without retraining, and achieves generalization through a General Agent Calibrator (GAC) that achieves the best calibration (lowest ECE) on the out-of-domain GAIA benchmark. Together, these contributions establish a new process-centric paradigm for confidence calibration, providing a framework for diagnosing and enhancing the reliability of AI agents.

📄 PDF Abstract BibTeX arXiv:2601.15778

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Uncertainty Reveals Agentic Overconfidence

2026-02-06 · Jean Kaddour, Srijan Patel, Gbètondji Dovonon, Leo Richter 외 arxiv

Can AI agents predict whether they will succeed at a task? We study agentic uncertainty by eliciting success probability estimates before, during, and after task execution. All results exhibit agentic overconfidence: som…

Refine and Align: Confidence Calibration through Multi-Agent Interaction in VQA

2025-11-14 · Ayush Pandey, Jai Bardhan, Ishita Jain, Ramya S Hebbalaguppe 외 arxiv

In the context of Visual Question Answering (VQA) and Agentic AI, calibration refers to how closely an AI system's confidence in its answers reflects their actual correctness. This aspect becomes especially important whe…

Visual Question Answering

The Confidence Dichotomy: Analyzing and Mitigating Miscalibration in Tool-Use Agents

2026-01-12 · Weihao Xuan, Qingcheng Zeng, Heli Qi, Yunze Xiao 외 arxiv

Autonomous agents based on large language models (LLMs) are rapidly evolving to handle multi-turn tasks, but ensuring their trustworthiness remains a critical challenge. A fundamental pillar of this trustworthiness is ca…

Reinforcement LearningMathematical Reasoning

Planner-Auditor Twin: Agentic Discharge Planning with FHIR-Based LLM Planning, Guideline Recall, Optional Caching and Self-Improvement

2026-01-28 · Kaiyuan Wu, Aditya Nagori, Rishikesan Kamaleswaran arxiv

Objective: Large language models (LLMs) show promise for clinical discharge planning, but their use is constrained by hallucination, omissions, and miscalibrated confidence. We introduce a self-improving, cache-optional …

Orchestrator-Agent Trust: A Modular Agentic AI Visual Classification System with Trust-Aware Orchestration and RAG-Based Reasoning

2025-07-09 · Konstantinos I. Roumeliotis, Ranjan Sapkota, Manoj Karkee, Nikolaos D. Tselikas

Modern Artificial Intelligence (AI) increasingly relies on multi-agent architectures that blend visual and language understanding. Yet, a pressing challenge remains: How can we trust these agents especially in zero-shot …

BenchmarkingImage RetrievalOptical Character Recognition (OCR)RAG+3