Skip to main content
QUICK REVIEW

[Paper Review] Benchmarking Large Language Models for News Summarization

Tianyi Zhang, Faisal Ladhak|arXiv (Cornell University)|Jan 31, 2023
Topic Modeling64 citations
TL;DR

The paper conducts a comprehensive human evaluation of ten LLMs for news summarization, finding instruction tuning drives zero-shot performance more than model size, and shows high-quality freelance summaries reveal limitations of reference-based metrics.

ABSTRACT

Large language models (LLMs) have shown promise for automatic summarization but the reasons behind their successes are poorly understood. By conducting a human evaluation on ten LLMs across different pretraining methods, prompts, and model scales, we make two important observations. First, we find instruction tuning, and not model size, is the key to the LLM's zero-shot summarization capability. Second, existing studies have been limited by low-quality references, leading to underestimates of human performance and lower few-shot and finetuning performance. To better evaluate LLMs, we perform human evaluation over high-quality summaries we collect from freelance writers. Despite major stylistic differences such as the amount of paraphrasing, we find that LMM summaries are judged to be on par with human written summaries.

Motivation & Objective

  • Identify design decisions that contribute to LLMs' zero-shot news summarization performance.
  • Assess how model scale, prompting, and instruction tuning affect summarization quality.
  • Evaluate the reliability of standard reference-based metrics for LLM summarization.
  • Compare LLM outputs to high-quality human-written summaries from freelance writers.
  • Provide high-quality evaluation data and resources for future benchmarking.

Proposed method

  • Systematic human evaluation of ten diverse LLMs across CNN/Daily Mail and XSUM datasets.
  • Use three annotator-rated criteria: faithfulness (binary), coherence (1–5), relevance (1–5).
  • Compare zero-shot and few-shot prompts, and include finetuned baselines (Pegasus, BRIO).
  • Recruit high-quality freelance summaries from Upwork to assess human-level performance and metric reliability.
  • Analyze extractiveness vs. abstractive styles via cut-and-paste operation taxonomy.
  • Release evaluation data for 18 model settings and two datasets.
Figure 1: Selected annotator ratings of summary coherence on a 1 to 5 Likert scale.
Figure 1: Selected annotator ratings of summary coherence on a 1 to 5 Likert scale.

Experimental results

Research questions

  • RQ1Do instruction-tuned LLMs outperform scale-heavy, non-instruction-tuned models in zero-shot news summarization?
  • RQ2How do high-quality human references affect the perceived vs. actual performance of LLMs and finetuned models?
  • RQ3Are reference-based automatic metrics reliable for evaluating high-quality LLM outputs across CNN/Daily Mail and XSUM?
  • RQ4How do LLM summaries compare to freelance human summaries in fidelity, coherence, and informativeness?

Key findings

ModelFaithfulness CNN/DMCoherence CNN/DMRelevance CNN/DMFaithfulness XSUMCoherence XSUMRelevance XSUM
GPT-3 (350M)0.291.921.840.262.031.90
GPT-3 (6.7B)0.291.771.930.773.163.39
GPT-3 (175B)0.762.653.500.802.783.52
Ada Instruct v1 (350M*)0.884.024.260.813.903.87
Curie Instruct v1 (6.7B*)0.974.244.590.964.274.34
Davinci Instruct v2 (175B*)0.994.154.600.974.414.28
Anthropic-LM (52B) Five-shot0.943.884.330.704.774.14
Cohere XL (52.4B)0.993.424.480.634.794.00
GLM (130B)0.943.694.240.744.724.12
OPT (175B)0.963.644.330.674.804.01
GPT-3 (350M) – (repeat)0.863.733.85---
GPT-3 (6.7B) – (repeat)0.973.874.170.754.193.36
GPT-3 (175B) – (repeat)0.993.954.340.694.694.03
Ada Instruct v1 (350M*) – (repeat)0.843.844.070.633.543.07
Curie Instruct v1 (6.7B*) – (repeat)0.964.304.430.854.283.80
Davinci Instruct (175B*) – (repeat)0.984.134.490.774.834.33
Brio (Fine-tuned)0.943.944.400.584.683.89
Pegasus (Fine-tuned)0.973.934.380.574.733.85
Existing references0.843.203.940.374.133.00
  • Instruction tuning, not model size, is the key driver of zero-shot summarization performance across datasets.
  • Largest models (e.g., 175B) can be outperformed by smaller instruction-tuned models in coherence and relevance.
  • Reference summaries in XSUM are judged worse than best LLM outputs by humans, questioning reliance on such references.
  • Freelance writers produce higher-quality references than CNN/DM and XSUM baselines; Instruct Davinci is often comparable to freelance writers.
  • With better quality references, Rouge-L correlation with human faithfulness improves on XSUM.
  • There is substantial annotator variation in preference between LLM and freelance summaries, indicating subjective stylistic differences.
Figure 2: Examples summaries generated by GPT-3 models ( Section 3 ) or written by freelance writers ( Section 4 ) of an article from the CNN/DM dataset. We find that instruction-tuned GPT-3 model can generate a much better summary compared to the non-instruction-tuned variant. Reference summary fro
Figure 2: Examples summaries generated by GPT-3 models ( Section 3 ) or written by freelance writers ( Section 4 ) of an article from the CNN/DM dataset. We find that instruction-tuned GPT-3 model can generate a much better summary compared to the non-instruction-tuned variant. Reference summary fro

Better researchstarts right now

From paper design to paper writing, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.