CLApr 11

FAITH: Factuality Alignment through Integrating Trustworthiness and Honestness

arXiv:2604.1018969.1h-index: 4
Predicted impact top 91% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For LLM developers, FAITH addresses the problem of factual inaccuracy due to poor alignment between internal knowledge and output, offering a post-training framework that outperforms existing uncertainty-based methods.

FAITH improves LLM factuality by integrating natural-language uncertainty signals with external knowledge, achieving enhanced factual accuracy and truthfulness on four knowledge-intensive benchmarks.

Large Language Models (LLMs) can generate factually inaccurate content even if they have corresponding knowledge, which critically undermines their reliability. Existing approaches attempt to mitigate this by incorporating uncertainty in QA prompt during training, but these numerical scores lack the semantic richness for LLM to properly understand its internal states of trustworthiness and honestness, leading to insufficient factuality alignment. We introduce FAITH (Factuality Alignment through Integrating Trustworthiness and Honestness), a post-training framework for factuality alignment that integrates natural-language uncertainty signals with external knowledge. Specifically, we augment training datasets by computing confidence scores and semantic entropy from LLM outputs and mapping them into a knowledge state quadrant that describes the model's internal knowledge possession (trustworthiness) and answering behaviors (honestness) in natural language. Based on this enhanced data, we design a reward function that considers both correctness and uncertainty signals, and fine-tune the LLM using the Proximal Policy Optimization (PPO) algorithm. To further mitigate weakly grounded responses, we design a retrieval-augmented module that retrieves relevant external passages, improving the consistency between internal and external knowledge representations. Extensive experiments on four knowledge-intensive benchmarks demonstrate that FAITH enhances the factual accuracy and truthfulness of LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes