Table of Contents
Fetching ...

Variance-Bounded Evaluation of Entity-Centric AI Systems Without Ground Truth: Theory and Measurement

Kaihua Ding

TL;DR

This paper tackles the challenge of evaluating entity-centric AI systems when ground-truth labels are unavailable. It introduces VB-Score, a variance-bounded evaluation that combines the expected success across a distribution of plausible interpretations with a variance penalty to reward robustness: $\mathrm{VB}_\alpha(Q,S@k)=\mathrm{ES}(Q,S@k)-\alpha\sqrt{\mathrm{Var}(X)}$. The authors provide formal theoretical guarantees—VB-Score is well-defined, monotonic under improvements, stable to intent perturbations, and admits concentration bounds for Monte Carlo estimates. Case studies on TruthfulQA, Winograd, and ARC-Challenge demonstrate that VB-Score reveals robustness differences that standard metrics like ES or accuracy miss, offering a principled and scalable evaluation framework for label-scarce domains such as data integration, information retrieval, and conversational agents.

Abstract

Reliable evaluation of AI systems remains a fundamental challenge when ground truth labels are unavailable, particularly for systems generating natural language outputs like AI chat and agent systems. Many of these AI agents and systems focus on entity-centric tasks. In enterprise contexts, organizations deploy AI systems for entity linking, data integration, and information retrieval where verification against gold standards is often infeasible due to proprietary data constraints. Academic deployments face similar challenges when evaluating AI systems on specialized datasets with ambiguous criteria. Conventional evaluation frameworks, rooted in supervised learning paradigms, fail in such scenarios where single correct answers cannot be defined. We introduce VB-Score, a variance-bounded evaluation framework for entity-centric AI systems that operates without ground truth by jointly measuring effectiveness and robustness. Given system inputs, VB-Score enumerates plausible interpretations through constraint relaxation and Monte Carlo sampling, assigning probabilities that reflect their likelihood. It then evaluates system outputs by their expected success across interpretations, penalized by variance to assess robustness of the system. We provide formal theoretical analysis establishing key properties including range, monotonicity, and stability along with concentration bounds for Monte Carlo estimation. Through case studies on AI systems with ambiguous inputs, we demonstrate that VB-Score reveals robustness differences hidden by conventional evaluation frameworks, offering a principled measurement framework for assessing AI system reliability in label-scarce domains.

Variance-Bounded Evaluation of Entity-Centric AI Systems Without Ground Truth: Theory and Measurement

TL;DR

This paper tackles the challenge of evaluating entity-centric AI systems when ground-truth labels are unavailable. It introduces VB-Score, a variance-bounded evaluation that combines the expected success across a distribution of plausible interpretations with a variance penalty to reward robustness: . The authors provide formal theoretical guarantees—VB-Score is well-defined, monotonic under improvements, stable to intent perturbations, and admits concentration bounds for Monte Carlo estimates. Case studies on TruthfulQA, Winograd, and ARC-Challenge demonstrate that VB-Score reveals robustness differences that standard metrics like ES or accuracy miss, offering a principled and scalable evaluation framework for label-scarce domains such as data integration, information retrieval, and conversational agents.

Abstract

Reliable evaluation of AI systems remains a fundamental challenge when ground truth labels are unavailable, particularly for systems generating natural language outputs like AI chat and agent systems. Many of these AI agents and systems focus on entity-centric tasks. In enterprise contexts, organizations deploy AI systems for entity linking, data integration, and information retrieval where verification against gold standards is often infeasible due to proprietary data constraints. Academic deployments face similar challenges when evaluating AI systems on specialized datasets with ambiguous criteria. Conventional evaluation frameworks, rooted in supervised learning paradigms, fail in such scenarios where single correct answers cannot be defined. We introduce VB-Score, a variance-bounded evaluation framework for entity-centric AI systems that operates without ground truth by jointly measuring effectiveness and robustness. Given system inputs, VB-Score enumerates plausible interpretations through constraint relaxation and Monte Carlo sampling, assigning probabilities that reflect their likelihood. It then evaluates system outputs by their expected success across interpretations, penalized by variance to assess robustness of the system. We provide formal theoretical analysis establishing key properties including range, monotonicity, and stability along with concentration bounds for Monte Carlo estimation. Through case studies on AI systems with ambiguous inputs, we demonstrate that VB-Score reveals robustness differences hidden by conventional evaluation frameworks, offering a principled measurement framework for assessing AI system reliability in label-scarce domains.

Paper Structure

This paper contains 40 sections, 4 theorems, 21 equations, 4 figures, 1 table, 1 algorithm.

Key Result

Theorem 1

For any query $Q$, system output $S@k$, and penalty parameter $\alpha \ge 0$:

Figures (4)

  • Figure 1: Sequential VB-NEL-IR pipeline. Each stage (A--D) corresponds to query interpretation, output tagging, metric computation, and uncertainty aggregation.
  • Figure 2: VB-Score vs Expected Success with 95% percentile bootstrap confidence intervals. The variance penalty significantly reduces the score for TruthfulQA and Winograd, indicating higher response variability across interpretations. Error bars reflect estimation uncertainty from Monte Carlo sampling (Theorem \ref{['thm:concentration']}).
  • Figure 3: Ablation study showing the effect of the variance penalty weight ($\alpha$) on VB-Score. Datasets with higher variance (TruthfulQA, Winograd) exhibit steeper slopes, while ARC-Challenge remains constant at 1.0 due to zero variance. This validates the theoretical relationship $\mathrm{VB}_\alpha = \mathrm{ES} - \alpha\sqrt{\mathrm{Var}(X)}$.
  • Figure 4: Comprehensive 4-panel analysis showing (a) VB-Score vs ES with error bars, (b) baseline comparisons, (c) uncertainty metrics (token entropy, response diversity), and (d) alpha sensitivity. This provides a holistic view of model performance and evaluation robustness, demonstrating the discriminative power of the VB-Score framework.

Theorems & Definitions (13)

  • Theorem 1: Range and Bernoulli Interpretation
  • proof
  • Remark 1
  • Theorem 2: Monotonicity Under Gain Improvements
  • proof
  • Remark 2
  • Theorem 3: Stability to Probability Perturbations
  • proof
  • Remark 3
  • Remark 3
  • ...and 3 more