RAL2M: Retrieval Augmented Learning-To-Match Against Hallucination in Compliance-Guaranteed Service Systems
Mengze Hong, Di Jiang, Jiangtao Wen, Zhiyang Su, Yawen Li, Yanjie Sun, Guan Wang, Chen Jason Zhang
TL;DR
This work tackles hallucination in compliance-critical service systems by grounding responses in retrieved knowledge rather than generation. It introduces Retrieval-Augmented Learning-to-Match (RAL2M), repositioning LLMs as query-response matching judges and employing a query-adaptive latent ensemble to calibrate cross-model judgments. The framework uses an energy-based model with three potentials to jointly reason about query context, judge competence, and inter-model interaction, enabling zero-generation decisions when no good match exists. Empirical results on a large multi-domain dataset show that the latent ensemble achieves higher accuracy and substantially lower hallucination rates than baselines, highlighting practical gains for safe, knowledge-grounded services. The work also discusses data- and computation-related trade-offs and points to future directions in leveraging latent representations for more robust, domain-adaptive QA systems.
Abstract
Hallucination is a major concern in LLM-driven service systems, necessitating explicit knowledge grounding for compliance-guaranteed responses. In this paper, we introduce Retrieval-Augmented Learning-to-Match (RAL2M), a novel framework that eliminates generation hallucination by repositioning LLMs as query-response matching judges within a retrieval-based system, providing a robust alternative to purely generative approaches. To further mitigate judgment hallucination, we propose a query-adaptive latent ensemble strategy that explicitly models heterogeneous model competence and interdependencies among LLMs, deriving a calibrated consensus decision. Extensive experiments on large-scale benchmarks demonstrate that the proposed method effectively leverages the "wisdom of the crowd" and significantly outperforms strong baselines. Finally, we discuss best practices and promising directions for further exploiting latent representations in future work.
