Double-Calibration: Towards Trustworthy LLMs via Calibrating Knowledge and Reasoning Confidence
Yuyin Lu, Ziran Liang, Yanghui Rao, Wenqi Fan, Fu Lee Wang, Qing Li
TL;DR
This work tackles the hallucination and uncertainty challenges in large language models by introducing DoublyCal, a doubly calibrated KG‑RAG framework. It first calibrates KG evidence confidence via a Bayesian Beta‑Bernoulli model over constrained relational paths, then trains a lightweight reasoning proxy with SFT and RL to generate calibrated evidence for an open LLM. The LLM reasons over this externally grounded, calibrated evidence to produce final answers with traceable confidence, achieving improved accuracy and ECE on knowledge‑intensive KGQA benchmarks with low token cost. The approach demonstrates significant gains in reliability and trustworthiness, and shows cross‑model compatibility and efficiency advantages for real‑world knowledge tasks.
Abstract
Trustworthy reasoning in Large Language Models (LLMs) is challenged by their propensity for hallucination. While augmenting LLMs with Knowledge Graphs (KGs) improves factual accuracy, existing KG-augmented methods fail to quantify epistemic uncertainty in both the retrieved evidence and LLMs' reasoning. To bridge this gap, we introduce DoublyCal, a framework built on a novel double-calibration principle. DoublyCal employs a lightweight proxy model to first generate KG evidence alongside a calibrated evidence confidence. This calibrated supporting evidence then guides a black-box LLM, yielding final predictions that are not only more accurate but also well-calibrated, with confidence scores traceable to the uncertainty of the supporting evidence. Experiments on knowledge-intensive benchmarks show that DoublyCal significantly improves both the accuracy and confidence calibration of black-box LLMs with low token cost.
