AI & Computational Science

Neural Diversity Regularizes Hallucinations in Language Models

How the science connects

Neural networkNatural language p…Regularization

AI Insight

This study introduces neural diversity (decorrelated parallel representations) as a method to reduce hallucinations in language models without requiring additional parameters or training data. The researchers developed ND-LoRA, which combines parallel Low-Rank Adaptation adapters with Barlow Twins regularization, achieving hallucination reductions of up to 25.6% while maintaining general accuracy. Their analysis provides the first formal mathematical bounds for hallucination probability in ensembled language models and demonstrates that a 0.1% increase in neural correlation is associated with a 3.8% increase in hallucinations.


This work presents a novel approach to improving language model reliability through architectural diversity rather than simply scaling up models with more data or parameters. The method could enable more trustworthy AI systems across applications where factual accuracy is critical, from medical diagnosis assistance to educational tools, while being more resource-efficient than traditional scaling approaches.


⚠️ Preprint – Noch nicht peer-reviewed

Dieser Artikel wurde noch nicht von unabhängigen Experten begutachtet. Die Ergebnisse sind vorläufig und sollten mit Vorsicht interpretiert werden.

-cross
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.

Source: Neural Diversity Regularizes Hallucinations in Language Models