Zero-Shot Strategies for Length-Controllable Summarization
Fabian Retkowski, Alexander Waibel
TL;DR
The paper addresses the challenge of zero-shot length controllability in abstractive summarization by evaluating LLMs across multiple length measures and proposing practical, non-fine-tuning methods. It introduces a formal framework of length measures, including structural and granular targets, and develops length-approximation, target-adjustment, sample-filtering, and automated-revision techniques, plus integrated recipe combinations. Empirical results with LLaMA-3-8B-Instruct on YTSeg and CNN/DM show that these methods substantially improve length adherence while preserving or improving summary quality, with structural measures being easiest to control and granular measures requiring the most care. The work demonstrates the practicality of zero-shot length control, offering scalable, API-friendly strategies for reliable, length-constrained summarization in real-world applications.
Abstract
Large language models (LLMs) struggle with precise length control, particularly in zero-shot settings. We conduct a comprehensive study evaluating LLMs' length control capabilities across multiple measures and propose practical methods to improve controllability. Our experiments with LLaMA 3 reveal stark differences in length adherence across measures and highlight inherent biases of the model. To address these challenges, we introduce a set of methods: length approximation, target adjustment, sample filtering, and automated revisions. By combining these methods, we demonstrate substantial improvements in length compliance while maintaining or enhancing summary quality, providing highly effective zero-shot strategies for precise length control without the need for model fine-tuning or architectural changes. With our work, we not only advance our understanding of LLM behavior in controlled text generation but also pave the way for more reliable and adaptable summarization systems in real-world applications.
