Multi-LLM Adaptive Conformal Inference for Reliable LLM Responses
Kangjun Noh, Seongchan Lee, Ilmun Kim, Kyungwoo Song
TL;DR
This work addresses the challenge of guaranteeing factuality in LLM outputs for high-stakes domains by reformulating conformal inference as a multiplicative filtering framework where the document-level factuality is modeled as the product of per-claim scores, enabling a group-conditional, finite-sample guarantee at user-specified level $1-\alpha$. It introduces MACI, which combines a Multi-LLM ensemble to produce higher-quality factuality-scores with group-specific calibration, yielding exact group-conditional coverage and superior retention compared to baselines. Theoretical results connect the quality of the factuality-score to retention via a margin-based bound, and empirical results on MedLFQA, WikiBio, and ExpertQA demonstrate stronger retention at target coverage and improved efficiency, including under covariate shift with MACI-DRE. The approach offers a practical, distribution-free solution for deploying LLMs in medicine and law, balancing reliability with information preservation for high-throughput applications.
Abstract
Ensuring factuality is essential for the safe use of Large Language Models (LLMs) in high-stakes domains such as medicine and law. Conformal inference provides distribution-free guarantees, but existing approaches are either overly conservative, discarding many true-claims, or rely on adaptive error rates and simple linear models that fail to capture complex group structures. To address these challenges, we reformulate conformal inference in a multiplicative filtering setting, modeling factuality as a product of claim-level scores. Our method, Multi-LLM Adaptive Conformal Inference (MACI), leverages ensembles to produce more accurate factuality-scores, which in our experiments led to higher retention, while validity is preserved through group-conditional calibration. Experiments show that MACI consistently achieves user-specified coverage with substantially higher retention and lower time cost than baselines. Our repository is available at https://github.com/MLAI-Yonsei/MACI
