Publications & Preprints

PREPRINT2026

Verifier Exploitation in NLI-Guided Iterative Refinement

Arnav Gupta · Independent Researcher, Nepal · Research Square, 2026

A Controlled Empirical Analysis.

Abstract

Verifier exploitation, the pathology whereby a system satisfies its auditing metric while degrading the property it was meant to measure, has been documented in gradient-based and selection-based systems. We show that neither condition is necessary. Using AnchorSum, a modular training-free multi-document summarization pipeline with fully separable auditor, feedback signal, and revision mechanism, we demonstrate through zero-gradient, prompt-only sequential revision that a single proxy metric guiding iterative refinement can be exploited even when no parameters update, no gradient flows, and no parallel sampling occurs.

A second revision cycle, with weights frozen throughout, inflates SummaCConv by +0.185 while collapsing BARTScore_s→d by −2.566 nats at less than 0.4% length change. The Wilcoxon statistic is exactly W = 0 (p = 2.68 × 10⁻⁸³): every one of 498 instances degraded. The mechanism is truncation-exploiting content removal, in which revision strips source-grounded content that lies outside the NLI auditor's 512-token attention boundary, exchanging absent classifications for neutral ones. A non-NLI faithfulness signal (AlignScore, Δ < 0.001) confirms the NLI gain does not transfer across evaluation frameworks, the decisive diagnostic distinguishing exploitation from genuine improvement.

We formalize a three-condition annotation-free detection protocol (large NLI-metric inflation; cross-framework non-transfer; universal generative log-probability degradation) for any NLI-guided refinement pipeline, requiring no human annotation and no model-internal access. Under a single revision cycle, where exploitation has not yet emerged, AnchorSum reduces SummaCConv inconsistency by 6.3% relative to its unaugmented base (p = 4.49 × 10⁻²⁸) and outperforms fine-tuned baselines on every dimension in a dual-judge evaluation. The implication is architectural: verifier exploitation is a property of feedback structure, not optimization mechanism; any single-metric iterative refinement pipeline is at structural risk whenever that metric carries an exploitable architectural limitation.

  • First controlled empirical documentation of verifier exploitation in zero-gradient, prompt-only iterative refinement.
  • Identified truncation-exploiting content removal as the exploitation mechanism; formalized an annotation-free detection protocol.
  • AnchorSum achieves a 6.3% relative SummaCConv inconsistency reduction over 498 Multi-News instances.
PREPRINT2026

The Geometry of Saturation: Effective Rank Predicts When Labels Stop Helping in Few-Shot Classification

Arnav Gupta · Independent Researcher, Nepal · arXiv, 2026 (v2)

A label-free stopping rule for few-shot label acquisition, grounded in the spectral geometry of learned representations.

Abstract

Few-shot label acquisition lacks a label-free signal for when additional labels cease to improve accuracy. Existing stopping criteria either require a held-out validation set (violating the few-shot premise) or rely on heuristic proxies with no theoretical grounding. We introduce the spectral saturation index S(K) = erank(Σ̂⁽ᴷ⁾_W)/K, where erank is the exponential spectral entropy of the pooled within-class covariance and K is the per-class support size. S(K) measures the exploration rate per label; when the explored spectral subspace saturates, S(K) drops below a fixed threshold τ = 0.02 and marginal accuracy gains vanish. Across 49 real tasks (binary, 5-way, 10-way) and three frozen backbones (PCA-50, CLIP ViT-B/32, DINOv2 ViT-S/14), S(K) correlates strongly with the marginal gain on doubling the support set (ρpool = 0.6366, p = 2.9 × 10⁻⁵⁷, cluster-bootstrap 95% CI [0.551, 0.720]). A fixed τ = 0.02 classifies stop/continue decisions with cluster-bootstrap AUC = 0.787 [95% CI: 0.713, 0.860] and achieves high recall on meaningful gains (∆A > 1%). A partial correlation controlling for log K yields ρpartial = 0.324 (p = 1.65 × 10⁻¹³), confirming S(K) carries spectral information beyond the shared K-dependence. Theory predicts this from first principles: the population effective rank sets the saturation scale Ksat ≈ erank(Σ_W)/τ; τ = 0.02 sits at the boundary between the first and second descent (Nakkiran et al., 2021); and the O(1/K) bias in sample effective rank explains the small-K hump in S(K). For practitioners using unregularized linear probes (C = ∞): halt when S(K) < 0.02 (PCA-50, hard stop); monitor S(K) dropping from ∼ 0.3 → 0.05 (foundation models, diminishing-returns signal). Computation is ∼ 1 ms at d = 50.

  • Introduced the label-free spectral saturation index S(K) = erank(Σ̂⁽ᴷ⁾_W)/K — measures the exploration rate per label; drops below τ = 0.02 when spectral saturation is reached and marginal accuracy gains vanish.
  • Validated across 49 real tasks (binary, 5-way, 10-way) and three frozen backbones (PCA-50, CLIP ViT-B/32, DINOv2 ViT-S/14) — pooled Spearman ρ = 0.6366 (p = 2.9 × 10⁻⁵⁷, cluster-bootstrap 95% CI [0.551, 0.720]).
  • Fixed threshold τ = 0.02 achieves cluster-bootstrap AUC = 0.787 [95% CI: 0.713, 0.860] with 100% recall on meaningful gains (∆A > 1%).
  • Proved two-sided bounds on saturation point: Ksat(τ) ∈ [(1 ± ε)r/τ]; established O(1/K) bias theory explaining the small-K hump in S(K).