paper-with-me

Papers

Confidence Calibration and Rationalization for LLMs via Multi-Agent Deliberation

2024-04-14 · Ruixin Yang, Dheeraj Rajagopal, Shirley Anugrah Hayati, Bin Hu, Dongyeop Kang

Uncertainty estimation is a significant issue for current large language models (LLMs) that are generally poorly calibrated and over-confident, especially with reinforcement learning from human feedback (RLHF). Unlike humans, whose decisions and confidences not only stem from intrinsic beliefs but can also be adjusted through daily observations, existing calibration methods for LLMs focus on estimating or eliciting individual confidence without taking full advantage of the "Collective Wisdom": the interaction among multiple LLMs that can collectively improve both accuracy and calibration. In this work, we propose Collaborative Calibration, a post-hoc training-free calibration strategy that leverages the collaborative and expressive capabilities of multiple tool-augmented LLM agents in a simulated group deliberation process. We demonstrate the effectiveness of Collaborative Calibration on generative QA tasks across various domains, showing its potential in harnessing the rationalization of collectively calibrated confidence assessments and improving the reliability of model predictions.

📄 PDF Abstract BibTeX arXiv:2404.09127

Code (1)

minnesotanlp/collaborative-calibration 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar 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 setti…

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

Counterfactual Graph for Multi-Agent LLM Calibration

2026-05-28 · Jiatan Huang, Mingchen Li, Ziming Li, Sunjae Kwon 외 arxiv

Multi-agent LLM systems often treat agreement as evidence: when many agents in a panel give the same answer, that answer is assumed to be more reliable. We show that this assumption can fail after agents communicate. Com…

Confidence Estimation for LLMs in Multi-turn Interactions

2026-01-05 · Caiqi Zhang, Ruihan Yang, Xiaochen Zhu, Chengzu Li 외 arxiv

While confidence estimation is a promising direction for mitigating hallucinations in Large Language Models (LLMs), current research overwhelmingly focuses on single-turn settings. The dynamics of model confidence in mul…

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