Teaming LLMs to Detect and Mitigate Hallucinations
Demian Till, John Smeaton, Peter Haubrick, Gouse Saheb, Florian Graef, David Berman
TL;DR
This work tackles the persistent problem of LLM hallucinations by introducing consortium consistency, a black-box ensemble approach that combines outputs from diverse LLMs. It extends single-model consistency via semantic clustering, consortium voting, and consortium entropy to form multi-model ensembles that improve hallucination detection and mitigation while often reducing inference costs. Across 11 tasks and 15 models, consortium confidence and performance gains depend on the composition and strength of the participating models, with strong, similarly capable ensembles delivering the largest improvements. The method offers practical guidance for deploying multi-LLM systems in real-world settings and points to future directions such as weighted aggregation and retrieval-augmented strategies to further enhance robustness.
Abstract
Recent work has demonstrated state-of-the-art results in large language model (LLM) hallucination detection and mitigation through consistency-based approaches which involve aggregating multiple responses sampled from a single LLM for a given prompt. These approaches help offset limitations stemming from the imperfect data on which LLMs are trained, which includes biases and under-representation of information required at deployment time among other limitations which can lead to hallucinations. We show that extending these single-model consistency methods to combine responses from multiple LLMs with different training data, training schemes and model architectures can result in substantial further improvements in hallucination detection and mitigation capabilities beyond their single-model consistency counterparts. We evaluate this "consortium consistency" approach across many model teams from a pool of 15 LLMs and explore under what conditions it is beneficial to team together different LLMs in this manner. Further, we show that these performance improvements often come with reduced inference costs, offsetting a significant drawback with single-model consistency methods.
