CORVUS: Red-Teaming Hallucination Detectors via Internal Signal Camouflage in Large Language Models
Nay Myat Min, Long H. Pham, Hongyu Zhang, Jun Sun
TL;DR
Single-pass hallucination detectors rely on internal telemetry, but this work demonstrates a model-side vulnerability: a lightweight adapter-based red team (CORVUS) can camouflage telemetry signals (TE, HV, AD) to erode detector effectiveness while preserving surface answers. CORVUS uses a teacher-forced replay with an adversarial embedding FGSM step to shift telemetry, training only LoRA adapters to degrade detector separability without dulling generation. The method transfers from 1k Alpaca instructions to FAVA-Annotation across four open-weight LLMs, consistently degrading both training-free detectors (e.g., LLM-Check) and probes (SEP, ICR-probe). The results underscore that relying solely on internal telemetry is insufficient for robust auditing and motivate integrating external grounding or cross-model evidence for safer, trustworthy AI systems.
Abstract
Single-pass hallucination detectors rely on internal telemetry (e.g., uncertainty, hidden-state geometry, and attention) of large language models, implicitly assuming hallucinations leave separable traces in these signals. We study a white-box, model-side adversary that fine-tunes lightweight LoRA adapters on the model while keeping the detector fixed, and introduce CORVUS, an efficient red-teaming procedure that learns to camouflage detector-visible telemetry under teacher forcing, including an embedding-space FGSM attention stress test. Trained on 1,000 out-of-distribution Alpaca instructions (<0.5% trainable parameters), CORVUS transfers to FAVA-Annotation across Llama-2, Vicuna, Llama-3, and Qwen2.5, and degrades both training-free detectors (e.g., LLM-Check) and probe-based detectors (e.g., SEP, ICR-probe), motivating adversary-aware auditing that incorporates external grounding or cross-model evidence.
