🤖 AI Summary
To address factual hallucinations—such as spurious causal claims or fabricated details—in news summarization by large language models (LLMs), this paper proposes a Contrastive Preference Optimization (CPO) framework, the first to apply contrastive preference learning for improving factual consistency in summarization. Methodologically, CPO decouples the model’s generation tendencies toward factual versus hallucinated content and integrates probe-based supervised fine-tuning to enhance hallucination awareness and suppression without requiring explicit hallucination labels. Experiments on multiple news summarization benchmarks (e.g., XSum, CNN/DM) demonstrate that CPO significantly reduces hallucination rates and improves factual accuracy by 4.2–7.8 percentage points on average, markedly enhancing summary reliability. Key contributions include: (1) establishing a contrastive preference modeling paradigm explicitly designed for factual consistency; and (2) introducing a plug-and-play probe-based training mechanism enabling efficient, annotation-free intervention.
📝 Abstract
Despite the recent progress in news summarization made by large language models (LLMs), they often generate summaries that are factually inconsistent with original articles, known as"hallucinations"in text generation. Unlike previous small models (e.g., BART, T5), current LLMs make fewer silly mistakes but more sophisticated ones, such as imposing cause and effect, adding false details, overgeneralizing, etc. These hallucinations are challenging to detect through traditional methods, which poses great challenges for improving the factual consistency of text summarization. In this paper, we propose Contrastive Preference Optimization (CPO) to disentangle the LLMs' propensities to generate faithful and fake content. Furthermore, we adopt a probing-based specific training method to improve their capacity of distinguishing two types of propensities. In this way, LLMs can execute the instructions more accurately and have enhanced perception of hallucinations. Experimental results show that CPO significantly improves the reliability of summarization based on LLMs.