Information-Theoretic Distillation for Reference-less Summarization
Jaehun Jung, Ximing Lu, Liwei Jiang, Faeze Brahman, Peter West, Pang Wei Koh, Yejin Choi
TL;DR
This paper tackles the problem of dependence on giant LLMs for effective summarization by introducing InfoSumm, an information-theoretic framework that learns a high-quality, reference-free summarizer from a small off-the-shelf LM. By formulating summarization as maximizing the mutual information $PMI(x;y)$ between document $x$ and its summary $y$ under a length constraint, and by employing self-supervised saliency, faithfulness, and brevity critics, the method generates a large synthetic dataset without human references. Through expert iteration, a compact 568M-parameter summarizer is distilled that competitive with, and in some cases superior to, ChatGPT and in-domain supervised models, across zero-shot, unseen-domain, and controllable summarization tasks. The approach also yields a diverse, reusable synthetic dataset and demonstrates strong controllability, suggesting a practical, scalable alternative to relying on LLMs for reference-based summarization in real-world applications.
Abstract
The current winning recipe for automatic summarization is using proprietary large-scale language models (LLMs) such as ChatGPT as is, or imitation learning from them as teacher models. While increasingly ubiquitous dependence on such large-scale language models is convenient, there remains an important question of whether small-scale models could have achieved competitive results, if we were to seek an alternative learning method -- that allows for a more cost-efficient, controllable, yet powerful summarizer. We present InfoSumm, a novel framework to distill a powerful summarizer based on the information-theoretic objective for summarization, without relying on either the LLM's capability or human-written references. To achieve this, we first propose a novel formulation of the desiderata of summarization (saliency, faithfulness and brevity) through the lens of mutual information between the original document and the summary. Based on this formulation, we start off from Pythia-2.8B as the teacher model, which is not yet capable of summarization, then self-train the model to optimize for the information-centric measures of ideal summaries. Distilling from the improved teacher, we arrive at a compact but powerful summarizer with only 568M parameters that performs competitively against ChatGPT, without ever relying on ChatGPT's capabilities. Extensive analysis demonstrates that our approach outperforms in-domain supervised models in human evaluation, let alone state-of-the-art unsupervised methods, and wins over ChatGPT in controllable summarization.
