- The paper introduces a strict five-gate protocol to diagnose false positives in tail-index estimation for LLM evaluation.
- It shows that finite-sample effects, bounded-support contamination, and threshold instability severely impact tail-index reliability.
- Empirical results confirm that when LLMs are matched on mean and TVaR, tail-index metrics fail to provide independent risk information.
Protocol Fragility in Tail-Shape Estimation for LLM Evaluation
Motivation and Problem Framing
Standard LLM evaluation metrics overwhelmingly emphasize mean statistics (e.g., mean toxicity, mean accuracy, mean hallucination rates). However, catastrophic and rare behaviors associated with LLMs are typically manifest in the distributional tails, which require analysis via Extreme Value Theory (EVT) rather than the Central Limit Theorem. Recent research advocates for tail-aware metrics such as Conditional Value-at-Risk (CVaR) or tail-index estimation to surface risks invisible to the mean [nitsure2024riskaware, kwa2024catastrophic]. The canonical EVT parameter—the tail index ξ—isolates tail-heaviness: ξ=0 indicates exponential decay, ξ>0 indicates polynomially heavy tails, and ξ<0 signals bounded tails.
This paper rigorously investigates whether Îľ provides discriminative information orthogonal to mean and tail-magnitude statistics like TVaR for LLM evaluation. The authors introduce and validate a strict protocol for tail-shape claims, targeting failure modes in finite-sample Peaks-Over-Threshold (POT) estimation. The empirical application, centered on toxicity evaluation with Detoxify and token-NLL scorers over instruction-tuned LLMs, demonstrates protocol fragility and negative evidence: apparent discoveries are systematically caught and rejected by the protocol's gates, underscoring that tail-shape estimation is unreliable on typical LLM evaluation setups.
Protocol Architecture and Theoretical Foundation
The paper's principal contribution is a five-gate protocol for admissible tail-index claims:
- G1/G2 (Bulk Equivalence): Two One-Sided Test (TOST) bootstrap equivalence gates for mean and TVaR, imposing strict practical equivalence tolerances.
- G3 (Sample Size): With a POT threshold q, each condition must have at least N⋆ exceedances, derived from asymptotic power analysis (Smith [1987]) for desired effect size and statistical power.
- G4 (Goodness-of-Fit): Anderson–Darling test for GPD fit to exceedances guards against distributional mismatch and bounded-support artifacts.
- G5 (Parameter Stability): Enforces stability of Îľ across nearby thresholds, preventing threshold-fishing and cherry-picking.
Only pairs passing all admissibility gates are subjected to pass criteria:
- P1 (CI Non-Overlap): Non-overlapping bootstrap confidence intervals for Îľ.
- P2 (Effect Size Floor): Absolute Δξ must exceed a pre-registered floor.
This design is pre-registered in the spirit of confirmatory analysis, with sample-size, tolerances, and decision rules fixed a priori.
Empirical Demonstration: Failure Modes and Gate Diagnostics
Sample Size and Estimation Noise
Low-sample pilots (e.g., 2,000 prompts) can yield striking but spurious tail-index separation (Îľ=00) well above the effect-size floor, despite passing GPD goodness-of-fit. The sample-size gate G3 correctly rejects such findings: the necessary threshold for reliable Îľ=01 detection (Îľ=02) is substantially higher, and at full protocol-compliant sample sizes, the effect shrinks by two orders of magnitude.
Goodness-of-Fit and Bounded-Support Contamination
Detoxify as a toxicity scorer returns probabilities in ξ=03 with substantial mass near the upper bound, especially for highly toxic completions. Naive POT-GPD fits in probability space yield spuriously heavy-tailed estimates (ξ=04–ξ=05), failing Anderson–Darling fit on most models. The authors formalize the mechanism: a pile-up against ξ=06 induces a limiting ξ=07, not a genuine tail regime.
After logit transformation, empirical quantiles match GPD quantiles linearly; Anderson–Darling passes and fitted ξ=08 converge toward ξ=09, restoring validity.
Figure 1: Bounded-support contamination on Mistral-Nemo; probability-space QQ shows empirical exceedances saturating against the upper bound, while logit space yields proper linearity and valid GPD fit.
Parameter Stability and Threshold-Fishing
Single-threshold tail-index claims are susceptible to cherry-picking. In cross-threshold analyses, observed Îľ>00 fluctuation substantially within each model's envelope, and the only positive result falling within a noise envelope is correctly rejected by G5.
Figure 2: Parameter-stability scan, logit space; substantial Îľ>01 variability across thresholds reveals instability and precludes credible discrimination claims.
Pairwise Verdict and Protocol Impact
Applying the corrected protocol to four instruction-tuned LLMs yields a null result: no pair passes all gates and both pass criteria. For bulk-equivalent pairs, ξ>02 falls below the effect-size floor with overlapping CIs. The protocol's sensitivity analysis confirms verdict robustness to tolerance variation. Extension to a second scorer family (token-level NLL) reveals goodness-of-fit failure for a distributional, not bounded-support, reason—generalizing the protocol's gate action.
Figure 3: Pairwise H1 verdict at logit Îľ>03; none of the model pairs clear gate criteria for tail-index discrimination.
Synthetic Protocol Validation
Simulation over synthetic GPD pairs calibrates empirical PASS rates for the CI non-overlap and effect-size floor rules:
Practical and Theoretical Implications
This work substantiates that tail-shape estimation in LLM toxicity evaluation is markedly fragile. Each gate in the protocol addresses a distinct, non-trivial failure mode—including finite-sample variance, bounded-support contamination, and threshold-selection bias—each capable of yielding credible false positives without rigorous gate application.
On practical grounds:
- Tail-index metrics should not be reported without full protocol compliance, including parameter stability and goodness-of-fit diagnostics.
- Probability-based scorers require logit transformation. Otherwise, bounded-support artifacts dominate.
- Sample sizes for tail claims must be pre-registered and justified via asymptotic power analysis.
Theoretically, the analysis suggests in typical LLM evaluation regimes, tail-index Îľ<00 does not provide an independent axis of risk stratification when means and tail-magnitude statistics are matched. The findings refine, rather than refute, prior results in risk-aware benchmarking and reward-model robustness [kwa2024catastrophic, nitsure2024riskaware].
Future Directions
Key unresolved fronts include:
- Protocol exercise on setups where Îľ<01 does carry orthogonal information and yields positive claims.
- Expansion to additional scorer families, datasets, and model variants.
- Development of mixture-tail models or targeted scorer designs for content-type-specific tail analysis.
- Formalization of parameter-stability tolerances.
Conclusion
The protocol presented in "Tail-Shape Estimation in LLM Evaluation Is Fragile: A Protocol for Diagnosing False Positives" (2606.16511) constitutes a necessary foundation for defensible tail-index estimation in LLM evaluation. Empirical demonstration reveals three distinct failure modes, with negative evidence emphasizing that tail shape does not discriminate among standard open-weight instruction-tuned LLMs beyond mean and TVaR statistics. The protocol, sample-size bound, and methodological recommendations should be regarded as essential for rigorous tail-aware evaluation of LLMs.