CLDec 5, 2025

Learning from Self Critique and Refinement for Faithful LLM Summarization

arXiv:2512.05387v23 citations
Originality Incremental advance
AI Analysis

This addresses the issue of hallucinations in LLM summarization for users needing reliable outputs, offering a more efficient alternative to test-time methods, though it is incremental as it builds on prior critique-based approaches.

The paper tackles the problem of hallucinations in LLM-generated summaries by proposing a self-supervised training framework that uses the model's own critique and refinement to create a preference dataset, resulting in improved faithfulness metrics on three benchmarks while maintaining or enhancing overall summary quality.

Large Language Models (LLMs) often suffer from hallucinations: output content that is not grounded in the input context, when performing long-form text generation tasks such as summarization. Prior works have shown that hallucinations can be reduced by iteratively critiquing and refining previously generated outputs using either the same model or a more powerful teacher model as the critique. However, these approaches either require additional test-time compute or assume access to more powerful teacher models, making them costly and less practical. In this work, we propose Self Critique and Refinement-based Preference Optimization (SCRPO), which is a self-supervised training framework that first constructs a preference dataset by leveraging the LLM's own critique and refinement capabilities, and then applies preference learning to improve the same LLM for faithful summarization. Experiments on three summarization benchmarks (XSUM CNNDM and SAMSum), demonstrate that our approach outperforms state-of-the-art self-supervised learning methods in terms of faithfulness metrics while either maintaining or improving other metrics that measure the overall quality of the summary. Moreover, compared to test-time refinement, our approach not only improves efficiency but also results in more faithful summaries.

Foundations

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

Your Notes