A Rate-Distortion Framework for Summarization
Enes Arda, Aylin Yener
TL;DR
This work addresses the fundamental question of limits in text summarization by introducing the summarizer rate-distortion function $R_S(D)$ and proving that any summarizer achieving distortion $D$ must operate at rate $R \ge R_S(D)$. It provides a Blahut–Arimoto–style algorithm to compute $R_S(D)$ and a practical, data-efficient approach using Gaussian embeddings and reverse water-filling to approximate $R_S(D)$ from real datasets. Empirically, the approximated $R_S(D)$ on CNN/DailyMail aligns as a plausible lower bound for popular summarizers (e.g., BART-Large-CNN, PEGASUS), validating the framework’s relevance for benchmarking and understanding rate–distortion trade-offs in summarization. Overall, the paper offers a principled, information-theoretic view on summarization that can guide evaluation and development of summarizers toward fundamental performance limits.
Abstract
This paper introduces an information-theoretic framework for text summarization. We define the summarizer rate-distortion function and show that it provides a fundamental lower bound on summarizer performance. We describe an iterative procedure, similar to Blahut-Arimoto algorithm, for computing this function. To handle real-world text datasets, we also propose a practical method that can calculate the summarizer rate-distortion function with limited data. Finally, we empirically confirm our theoretical results by comparing the summarizer rate-distortion function with the performances of different summarizers used in practice.
