Exploring the Generalizability of Factual Hallucination Mitigation via Enhancing Precise Knowledge Utilization
Siyuan Zhang, Yichi Zhang, Yinpeng Dong, Hang Su
TL;DR
This work addresses factual hallucinations in LLMs by focusing on precise knowledge utilization rather than injecting external data. It introduces PKUE, a self-aligned, direct-preference fine-tuning approach that uses self-generated, precise QA data and a large, multi-domain Chinese dataset, FactualBench, to improve factuality and general abilities. Through extensive experiments across multilingual benchmarks, PKUE demonstrates consistent improvement in factual tasks, general skills, and cross-lingual transfer, achieving up to several points of Avg gains and outperforming existing post-training baselines. The findings support the idea that sharpening knowledge utilization for simple, precise QA can drive broad, generalizable enhancements in LLM behavior with practical implications for safer, more reliable AI systems.
Abstract
Large Language Models (LLMs) often struggle to align their responses with objective facts, resulting in the issue of factual hallucinations, which can be difficult to detect and mislead users without relevant knowledge. Although post-training techniques have been employed to mitigate the issue, existing methods usually suffer from poor generalization and trade-offs in other different capabilities. In this paper, we propose to address these by directly augmenting LLM's fundamental ability to precisely leverage its knowledge and introduce PKUE (Precise Knowledge Utilization Enhancement), which fine-tunes the model on self-generated responses to precise and simple factual questions through preference optimization. Furthermore, we construct FactualBench, a comprehensive and precise factual QA dataset containing 181k Chinese data spanning 21 domains, to facilitate both evaluation and training. Extensive experiments demonstrate that PKUE significantly improves LLM overall performance, with consistent enhancement across factual tasks of various forms, general tasks beyond factuality, and tasks in different language.
