detecting-hallucinated-text-spans-vision-language-model-outputs-span-localization
mechanismsingle paperpending review

For detecting hallucinated text spans in vision-language model outputs, span localization and confidence calibration come from different architectures: a fine-tuned generative VLM proposes better span boundaries but scores them poorly, while a discriminative token tagger trained with a direct regression loss on human-consensus confidence gives better-correlated probabilities but conservative spans, so using the generative spans as proposals and the tagger's probabilities as scores beats either alone.

Ingested from a paper but not yet reviewed by a human. It is deliberately inert: it does not move any technique’s standing, does not count toward the backtest, and is excluded anywhere a claim would carry weight. Read the source before relying on it.

Capability: Stating false facts confidently

Observed on

Character-level hallucination span detection on the SHROOM-Visions dataset (EN, FR, IT, ZH), responses under 512 tokens; tuning done on the English split..

Sources

  • Measured on the English validation split (N=379): tagger Pearson 0.369 vs generative 0.285; generative hallucinated IoU 0.182 vs tagger 0.155; fusion 0.413 Pearson and 0.391 IoU. Ablation shows removing the MSE calibration loss costs the most (-0.095 Pearson). Single task, single team, fusion weights tuned on the same validation split used to report the main number; hallucinated-span IoU stays low (0.196) throughout.
Status: pending-reviewLast checked: 2026-09-09Evidence activity: not checked yet
Contest this claim

Disagreeing is the most useful thing you can do here. Both sides of every contested claim in this catalog were assembled by the same person, which is its weakest point.

Related claims

Notes

Drafted from the paper by a model and filed unreviewed. Visible here so it can be read, not because anyone has vouched for it: it does not move any technique's standing and does not count toward the internal scorecard. Drafted confidence: low. Falsifier as drafted: A fine-tuned generative VLM whose own token probabilities match or beat a dedicated regression-head tagger on calibration correlation, or a fusion that fails to improve on both subsystems on a held-out split. Proposed technique, not catalogued: union-calibrated fusion of a generative span proposer with a calibrated tagger.