On Learning to Summarize with Large Language Models as References
Yixin Liu, Kejian Shi, Katherine S He, Longtian Ye, Alexander R. Fabbri, Pengfei Liu, Dragomir Radev, Arman Cohan
TL;DR
This work investigates learning a smaller text summarizer under an LLM-as-reference paradigm, treating LLMs as both gold summary generators and evaluators. It introduces generation-based (MLE) and contrastive (BRIO) learning with LLM-derived supervision (GPTScore, GPTRank), and validates them on CNNDM and XSum across low- and high-resource settings. The results show that better references and contrastive learning substantially improve performance, while a meta-analysis reveals that LLM-based evaluation does not consistently align with human judgments for closely matched systems. The study highlights both the potential and challenges of integrating LLMs into the full development loop for efficient, high-quality summarization at smaller scales.
Abstract
Recent studies have found that summaries generated by large language models (LLMs) are favored by human annotators over the original reference summaries in commonly used summarization datasets. Therefore, we study an LLM-as-reference learning setting for smaller text summarization models to investigate whether their performance can be substantially improved. To this end, we use LLMs as both oracle summary generators for standard supervised fine-tuning and oracle summary evaluators for efficient contrastive learning that leverages the LLMs' supervision signals. We conduct comprehensive experiments with source news articles and find that (1) summarization models trained under the LLM-as-reference setting achieve significant performance improvement in both LLM and human evaluations; (2) contrastive learning outperforms standard supervised fine-tuning under both low and high resource settings. Our experimental results also enable a meta-analysis of LLMs' summary evaluation capacities under a challenging setting, showing that LLMs are not well-aligned with human evaluators. Particularly, our expert human evaluation reveals remaining nuanced performance gaps between LLMs and our fine-tuned models, which LLMs fail to capture. Thus, we call for further studies into both the potential and challenges of using LLMs in summarization model development.
