Faithfulness Metrics Don't Measure Faithfulness: A Meta-Evaluation with Ground Truth
Summary
This paper introduces BonaFide, a benchmark of 3,066 labeled chain-of-thought examples across 13 tasks and 10 models, and systematically evaluates faithfulness metrics, showing that most perform near chance and have significant limitations in reliability and efficiency.
View Cached Full Text
Cached at: 05/26/26, 06:42 AM
Paper page - Faithfulness Metrics Don’t Measure Faithfulness: A Meta-Evaluation with Ground Truth
Source: https://huggingface.co/papers/2605.25052
Abstract
Researchers created a benchmark with 3,066 labeled chains of thought examples across 13 tasks and 10 models to systematically evaluate faithfulness metrics, revealing that most metrics perform near randomly and have significant limitations in reliability and efficiency.
Chains of thought(CoTs) have become central in interpreting and auditing behaviors of large language models. Yet growing evidence suggests that these traces often fail to faithfully represent the computations behind a model’s predictions. Severalfaithfulness metricshave been proposed, but whether they indeed measure faithfulness remains unknown. Answering this requiresground-truth labels, which are hard to obtain since internal computations are not directly observable. Consequently, most works proposing metrics report only absolute scores or comparisons to prior metrics, and the few existing benchmarks rely on proxies like plausibility or importance, properties orthogonal to faithfulness that can mislead about whether a CoT can be trusted. We address this challenge by constructing tasks whose outputs reveal whichintermediate computationsmust have produced them, and developing anautomated labeling pipelinethat yields ground-truth faithfulness labels at both the step and CoT level. Building on this methodology, we present BonaFide, a benchmark of 3,066 labeled CoTs across 13 tasks and 10 models, and use it to conduct the first systematic evaluation of prominentfaithfulness metrics. Our experiments show that most metrics perform near chance, exhibit strongprediction biasesand degrade on longer CoTs. The best metric reaches only 0.70AUROCat the CoT level while another reaches 0.59 at the step level, with neither transferring across settings, while entailing prohibitively high computational cost. Our results expose fundamental gaps in current faithfulness evaluation and call for the development of more reliable and efficient metrics.
View arXiv pageView PDFProject pageGitHub1Add to collection
Get this paper in your agent:
hf papers read 2605\.25052
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.25052 in a model README.md to link it from this page.
Datasets citing this paper2
#### yoavgurarieh/BonaFide-Extended Viewer• Updatedabout 2 hours ago • 19.5k • 280 • 1 #### yoavgurarieh/BonaFide Viewer• Updatedabout 2 hours ago • 3.07k • 102 • 1
Spaces citing this paper1
Collections including this paper1
Similar Articles
Measuring AI Faithfulness-For Better or For Worse
This article discusses the importance of faithfulness in LLM optimization, introducing a Structural Fidelity Score that measures drift across word overlap, constraint survival, and task-type match to ensure prompt optimization does not sacrifice intent.
Faithfulness as Information Flow: Evaluating and Training Faithful Chain-of-Thought Reasoning
This paper proposes a framework to evaluate and improve faithfulness of chain-of-thought reasoning by controlling information flow, using entropy-based, KL-divergence, and gradient-based diagnostics, and introduces training interventions (attention masking, gradient masking, adversarial perturbations) that make reasoning more transparent and reduce shortcut reliance.
Two Regimes of Chain-of-Thought Unfaithfulness: Behavioral Detection Fails Where Models Are Wrong
This paper studies behavioral detection of unfaithful chain-of-thought reasoning in LLMs, finding that answer correctness structures detection performance: on incorrect answers, where most unfaithfulness occurs, behavioral signals are at chance, while on correct answers they offer modest separation.
Precision Is Not Faithfulness: Coverage-Aware Evaluation of Grounded Generation with a Complete Oracle
This paper identifies a blind spot in reference-free faithfulness metrics: they only measure precision (whether claims are supported) but not recall (coverage of relevant facts). The authors introduce a complete-oracle evaluation using Formula 1 telemetry and weather data, showing that high-precision models often have poor coverage, and propose a combined metric.
On Improving Faithfulness of Podcasts from Documents
This paper presents the first systematic study of faithfulness in document-grounded podcast generation, introducing a turn-level LLM-as-a-judge evaluation framework and a model-agnostic catch-n-repair method that improves faithfulness across domains.