Neural Diversity Regularizes Hallucinations in Language Models
Kushal Chakrabarti, Nirmal Balachundhar
TL;DR
This work tackles the persistent hallucination problem in large language models by introducing neural diversity as a third scaling axis beyond parameters and data. It provides a formal second-moment framework, linking decorrelated parallel representations to reduced hallucination tail probability via portfolio theory, and establishes non-monotonic (U-shaped) scaling with an optimal number of parallel streams. The authors validate the theory with ND-LoRA, a practical method that adds parallel LoRA adapters plus Barlow Twins decorrelation, achieving up to 25.6% relative hallucination reduction with minimal overhead while preserving general capabilities. The results offer a principled, low-cost pathway to improve LLM reliability and highlight neural diversity as a distinct, task-dependent lever for robustness.
Abstract
Language models continue to hallucinate despite increases in parameters, compute, and data. We propose neural diversity -- decorrelated parallel representations -- as a principled mechanism that reduces hallucination rates at fixed parameter and data budgets. While existing mitigation strategies largely target accuracy, we provide the first formal tail bounds for hallucination probability in ensembled language models, reframing it as a second-moment reliability problem and explaining 94.3% of empirical reliability variation seen across parallel configurations. We introduce ND-LoRA (Neural Diversity Low-Rank Adaptation), combining parallel LoRA adapters with Barlow Twins regularization, and reduce hallucinations by up to 25.6% (and 14.6% on average) while preserving general accuracy. Ablations show LoRA adapters and regularization act synergistically, causal interventions prove neurodiversity as the mediating factor and correlational studies indicate scale: a 0.1% neural correlation increase is associated with a 3.8% hallucination increase. Finally, task-dependent optimality emerges: different tasks require different optimal amounts of neurodiversity. Together, our results highlight neural diversity as a third axis of scaling -- orthogonal to parameters and data -- to improve the reliability of language models at fixed budgets.
