Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Context-Fidelity Boosting: Enhancing Faithful Generation through Watermark-Inspired Decoding

About

Large language models (LLMs) often produce content that contradicts or overlooks information provided in the input context, a phenomenon known as faithfulness hallucination. In this paper, we propose Context-Fidelity Boosting (CFB), a lightweight and general decoding-time framework that reduces such hallucinations by increasing the generation probability of source-supported tokens. Motivated by logit-shaping principles from watermarking techniques, CFB applies additive token-level logit adjustments based on a token's degree of support from the input context. Specifically, we develop three boosting strategies: static boosting, which applies a fixed bias to source-supported tokens; context-aware boosting, which scales this bias using the divergence between next-token distributions with and without context; and token-aware boosting, which further redistributes the adaptive bias according to local relevance estimated from source-position attention and source-scoped semantic similarity. CFB requires no retraining or architectural changes, making it compatible with a wide range of LLMs. Experiments on summarization and question answering tasks across multiple open-source LLMs show that CFB consistently improves faithfulness metrics with minimal generation overhead. Our implementation is fully open-sourced.

Weixu Zhang, Fanghua Ye, Qiang Gao, Jian Li, Haolun Wu, Yuxing Tian, Sijing Duan, Nan Du, Xiaolong Li, Xue Liu• 2026

Related benchmarks

TaskDatasetResultRank
Question AnsweringHotpotQA
Accuracy37.1
41
SummarizationCNN/DM
ROUGE-L37.52
18
SummarizationXsum
ROUGE-L15.25
18
Source-grounded GenerationCNN-DM and NQ-Swap 100 samples each
Faithfulness Score4.31
3
Showing 4 of 4 rows

Other info

Follow for update