English

Reducing LLM Hallucinations using Epistemic Neural Networks

Computation and Language 2023-12-27 v1

Abstract

Reducing and detecting hallucinations in large language models is an open research problem. In this project, we attempt to leverage recent advances in the field of uncertainty estimation to reduce hallucinations in frozen large language models. Epistemic neural networks have recently been proposed to improve output joint distributions for large pre-trained models. ENNs are small networks attached to large, frozen models to improve the model's joint distributions and uncertainty estimates. In this work, we train an epistemic neural network on top of the Llama-2 7B model combined with a contrastive decoding feature enhancement technique. We are the first to train an ENN for the next token prediction task and explore the efficacy of this method in reducing hallucinations on the TruthfulQA dataset. In essence, we provide a method that leverages a pre-trained model's latent embeddings to reduce hallucinations.

Keywords

Cite

@article{arxiv.2312.15576,
  title  = {Reducing LLM Hallucinations using Epistemic Neural Networks},
  author = {Shreyas Verma and Kien Tran and Yusuf Ali and Guangyu Min},
  journal= {arXiv preprint arXiv:2312.15576},
  year   = {2023}
}

Comments

12 pages,9 figures, 4 tables

R2 v1 2026-06-28T14:01:11.150Z