confidence-calibration

Tag

Cards List
#confidence-calibration

LLM-as-judge anchored on one confidence value in 10 of 16 evals. Asking for a label fixed it.

Reddit r/AI_Agents · 2026-08-28

An LLM judge consistently returned a fixed confidence score of 0.72 in evaluations, but switching to categorical labels improved score distribution, showing that models are better at classification than numerical estimation for assessments.

0 favorites 0 likes
#confidence-calibration

How are you all actually evaluating agent decisions, not just agent outputs?

Reddit r/AI_Agents · 2026-08-21

The author questions how to evaluate AI agent decisions beyond simple pass/fail metrics, proposing cost-weighted evaluations and confidence calibration.

0 favorites 0 likes
#confidence-calibration

AI is confidently wrong way more than people give it credit for, change my mind

Reddit r/ArtificialInteligence · 2026-08-12

A user shares concerns about AI models presenting thin or ambiguous data with the same confidence as well-supported findings, citing a case where a complaint appearing only twice in 200 comments was ranked as a top concern. The piece questions whether this is a fixable prompting issue or a fundamental limitation requiring manual verification.

0 favorites 0 likes
#confidence-calibration

The Knowing-Saying Gap: When Probes See Errors that Confidence Misses

arXiv cs.AI · 2026-08-11 Cached

This paper investigates the 'knowing-saying gap' in language models, showing that linear probes can detect corrupted context with near-perfect accuracy yet fail to predict final answer errors, with implications for deployment monitoring and intervention strategies.

0 favorites 0 likes
#confidence-calibration

CalTwin: Towards Calibrated, Shift-Robust Medical World Models via Fisher-Information Regularisation

arXiv cs.LG · 2026-07-30 Cached

CalTwin introduces a Fisher-Information-based regularization to improve robustness to covariate shift and confidence misalignment in medical world models, achieving modest improvements on the PhysioNet 2019 Sepsis Challenge dataset.

0 favorites 0 likes
#confidence-calibration

Small Vision-Language Models Know When They Are Wrong But Cannot Say So: A Two-Model Study of Stated versus Internal Confidence Under Realistic Image Degradation

arXiv cs.CL · 2026-07-27 Cached

This paper evaluates how small open-weight vision-language models (Qwen2-VL-2B and SmolVLM) handle realistic image degradations, finding that their verbalized confidence is unreliable while internal token probability provides much better error detection, though both fail under severe low-light conditions.

0 favorites 0 likes
#confidence-calibration

ConfidenceBench: Evaluating Confidence Calibration in Large Language Models

arXiv cs.AI · 2026-07-24 Cached

ConfidenceBench is a new benchmark that evaluates verbalized confidence estimates in large language models using Brier scores, revealing that accuracy and calibration diverge and that even highly accurate models can be severely miscalibrated.

0 favorites 0 likes
#confidence-calibration

@omarsar0: Highly-recommended overview of metacognition in LLMs. (bookmark it) Interesting behaviors in LLMs like confidence calib…

X AI KOLs Timeline · 2026-07-14 Cached

This paper presents the first comprehensive overview of metacognition in LLMs, arguing that behaviors like confidence calibration and self-verification are facets of a unified metacognitive ability, and taxonomizes methods and benchmarks for evaluating and improving these abilities to enhance LLM reliability and transparency.

0 favorites 0 likes
#confidence-calibration

Task-Specific Multimodal Question Answering Agents via Confidence Calibration and Incremental Reasoning for QANTA 2026

arXiv cs.CL · 2026-07-13 Cached

This paper presents a task-specific two-agent architecture for multimodal question answering in the QANTA 2026 shared challenge, using GPT-4.1-mini for tossup questions with confidence calibration and GPT-4.1 for bonus questions with structured reasoning. The system achieved the highest overall leaderboard score, demonstrating the effectiveness of efficient reasoning strategies.

0 favorites 0 likes
#confidence-calibration

LLMs know when they are wrong. I made a fix relating to Anthropic's new "global workspace" paper [R]

Reddit r/MachineLearning · 2026-07-07

The author presents a method to make LLMs verbalize calibrated confidence by using a linear probe on mid-layer states and a small trained bridge to confidence logits, requiring only 200 labeled examples and no weight modification. This is linked to Anthropic's global workspace paper explaining the know-say gap.

0 favorites 0 likes
#confidence-calibration

Scaling with Confidence: Calibrating Confidence of LLMs for Adaptive Test Time Scaling

arXiv cs.AI · 2026-07-03 Cached

The paper proposes C3RL, a reinforcement learning algorithm that calibrates LLM confidence while maintaining accuracy, and CAS, a confidence-based adaptive test-time scaling strategy that reduces inference costs by up to 12.33 times.

0 favorites 0 likes
#confidence-calibration

@shi_weiyan: Ever watch an agent solve a problem with 100% confidence and get it completely wrong? You can fix it… if you catch it. …

X AI KOLs Following · 2026-07-01 Cached

New paper proposes a meta-agent that monitors AI agents and corrects their mistakes, achieving ~2x more task completion autonomously.

0 favorites 0 likes
#confidence-calibration

Early-Token Confidence Predicts Reasoning Quality in Multi-Agent LLM Debate

arXiv cs.CL · 2026-06-10 Cached

This paper investigates whether early-token confidence signals from LLM decoding can predict reasoning quality in multi-agent debate systems, finding that confidence in the first few generated tokens is the strongest predictor of rubric-based essay scores.

0 favorites 0 likes
#confidence-calibration

The best AI “science critics” are also the most overconfident — a benchmark on calibration vs. skill

Reddit r/artificial · 2026-06-05

The article introduces the Refute benchmark, which tests LLMs on critiquing science paper summaries and measures their calibration. Results show that the best critic models are often the most overconfident when wrong.

0 favorites 0 likes
#confidence-calibration

A right answer from your agent doesn't mean it did the right thing

Reddit r/AI_Agents · 2026-06-01

The article discusses the pitfalls of evaluating AI agents solely based on their final answers, emphasizing the importance of inspecting intermediate steps, tool calls, and reasoning to catch confidently wrong outputs. It suggests using automated scoring and trace replays to measure and improve agent behavior.

0 favorites 0 likes
#confidence-calibration

Making LLMs tell you how confident they really are through probe-targeted fine tuning.[R]

Reddit r/MachineLearning · 2026-05-29

This research presents probe-targeted fine-tuning (LoRA) to make LLMs verbally express their internal confidence, achieving causal control over confidence outputs and demonstrating that models often know when they are right or wrong but fail to articulate it.

0 favorites 0 likes
#confidence-calibration

Confidence Calibration in Large Language Models

arXiv cs.AI · 2026-05-26 Cached

This paper analyzes the confidence calibration of 11 popular LLMs, finding that they are generally overconfident, especially on hard tasks, and underconfident on easy tasks. It introduces LifeEval, a test for evaluating calibration across difficulty levels.

0 favorites 0 likes
#confidence-calibration

MARGIN: Runtime Confidence Calibration for Multi-Agent Foundation Model Coordination

arXiv cs.LG · 2026-05-25 Cached

MARGIN is a runtime confidence calibration method for multi-agent foundation model systems that learns per-agent calibration factors online, improving pairwise resolution from below random to 70-89% on hard benchmarks, requiring no held-out data or retraining.

0 favorites 0 likes
#confidence-calibration

Expectation Consistency Loss: Rethink Confidence Calibration under Covariate Shift

arXiv cs.LG · 2026-05-22 Cached

This paper introduces the Expectation Consistency Loss (ECL), a theoretically grounded loss function for calibrating classifier confidence under covariate shift, derived from a necessary and sufficient condition called the Expectation Consistency Condition.

0 favorites 0 likes
#confidence-calibration

we gave an AI autonomy over real business decisions with real money for eight months. the thing we learned that surprised us most was not about capability.

Reddit r/ArtificialInteligence · 2026-05-17

After eight months of real-world deployment, PayWithLocus found that the hardest problem for their autonomous AI system is not capability but confidence: the AI executes confidently wrong decisions in novel situations, highlighting a metacognitive gap that current architectures don't address.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback