paper-with-me

Papers

Asking Is Not Enough: Protocol Sensitivity in LLM Confidence Calibration

2026-05-26 · Hankyeol Kim, Pilsung Kang arxiv

LLM confidence calibration is often evaluated by comparing two signals: token-probability scores and verbalized confidence. These signals are sometimes treated as direct readouts of model uncertainty, but their comparison depends on measurement choices that are rarely made explicit. In the main analysis, we hold the verbalized-confidence elicitation fixed: a single prompt template, probability scale, and output format. We then vary the measurement axes that define the verbalized-vs-token comparison: which answer string receives the token-probability score, how that score is read from the answer tokens, and under which conditioning context it is measured. We evaluate this design on four QA benchmarks across three open 7--8B base/Instruct model families, with larger Qwen2.5 variants as same-family robustness checks. The resulting comparison is sensitive to these choices: conditioning context changes the sign or magnitude of the ECE gap across settings, token readout produces smaller but still sign-moving changes, and changing the ECE estimator has little effect. Under the default generated-answer, bare-context protocol, Instruct settings are close to parity rather than showing a large calibration gain for verbalized confidence. In a separate supplied-answer analysis, surface-plausible wrong answers receive nearly the same confidence as supplied gold answers, suggesting that verbalized confidence also reflects answer plausibility and provenance rather than correctness alone. We argue that both confidence signals should be treated as protocol-dependent behavioral measurements, and provide a reporting checklist covering elicitation provenance, scored answer, token-probability readout, and conditioning context.

📄 PDF Abstract BibTeX arXiv:2605.27752

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Trust-Aware Multi-Agent Traceability: Confidence-Calibrated Knowledge Graphs for Consistent Software Artifact Management

2026-06-15 · Mohamed Essam, Kareem Wael, Azza Hassan, Ahmed Haitham 외 arxiv

Multi-agent AI systems are increasingly used to automate software engineering tasks including requirements analysis, architecture design, test generation, and traceability linking. When these agents operate as a sequenti…

Knowledge GraphsLink Prediction

The ACUTE Protocol: Operationalizing Language Model Activations for Better Calibration, Utility, and Trust

2026-06-05 · Nishant Subramani, Palash Goyal, Yiwen Song, Mani Malek 외 arxiv

As language models improve and become increasingly deployed to solve a variety of tasks, trustworthiness becomes essential. Calibration is a good proxy for trust: well-calibrated confidence estimates help inform the risk…

Scientific Document SummarizationQuestion Answering

Do Language Models Mirror Human Confidence? Exploring Psychological Insights to Address Overconfidence in LLMs

2025-05-31 · Chenjun Xu, Bingbing Wen, Bin Han, Robert Wolfe 외

Psychology research has shown that humans are poor at estimating their performance on tasks, tending towards underconfidence on easy tasks and overconfidence on difficult tasks. We examine three LLMs, Llama-3-70B-instruc…

MMLU

Deep Neural Network Calibration by Reducing Classifier Shift with Stochastic Masking

2025-08-12 · Jiani Ni, He Zhao, Yibo Yang, Dandan Guo arxiv

In recent years, deep neural networks (DNNs) have shown competitive results in many fields. Despite this success, they often suffer from poor calibration, especially in safety-critical scenarios such as autonomous drivin…

Classifier calibrationAutonomous Driving

Calibration Is Not Enough: Evaluating Confidence Estimation Under Language Variations

2026-01-12 · Yuxi Xia, Dennis Ulmer, Terra Blevins, Yihong Liu 외 arxiv

Confidence estimation (CE) indicates how reliable the answers of large language models are and impacts user trust and decision-making. Existing evaluations mainly concern the alignment between confidence and correctness,…