Improving Factual Consistency of News Summarization by Contrastive Preference Optimization
Huawen Feng, Yan Fan, Xiong Liu, Ting-En Lin, Zekun Yao, Yuchuan Wu, Fei Huang, Yongbin Li, Qianli Ma
TL;DR
Faced with factual hallucinations in news summarization by large language models, the paper introduces Contrastive Preference Optimization (CPO) to disentangle faithful versus imaginative content and a Probing-based Specific Training (PST) to identify and train weak layers. It also introduces LESSON, a sentence-level annotated dataset for training and evaluation. Empirical results across diverse backbones show CPO+PST substantially improves factual consistency and outperforms RL-based and other fine-tuning strategies, with PST offering stability and efficiency. These contributions enable more reliable, domain-adaptable news summarization in practice.
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.
