CLMay 20, 2025

QA-prompting: Improving Summarization with Large Language Models using Question-Answering

arXiv:2505.14347v24 citationsh-index: 3Proceedings of The 5th New Frontiers in Summarization Workshop
Originality Incremental advance
AI Analysis

This provides an effective and scalable solution for summarization tasks, addressing a known bottleneck in NLP, though it is incremental as it builds on existing prompting techniques.

The paper tackles the problem of long-context summarization in language models, which often suffer from positional biases, by proposing QA-prompting, a method that uses question-answering as an intermediate step to improve summary generation, achieving up to 29% improvement in ROUGE scores.

Language Models (LMs) have revolutionized natural language processing, enabling high-quality text generation through prompting and in-context learning. However, models often struggle with long-context summarization due to positional biases, leading to suboptimal extraction of critical information. There are techniques to improve this with fine-tuning, pipelining, or using complex techniques, which have their own challenges. To solve these challenges, we propose QA-prompting - a simple prompting method for summarization that utilizes question-answering as an intermediate step prior to summary generation. Our method extracts key information and enriches the context of text to mitigate positional biases and improve summarization in a single LM call per task without requiring fine-tuning or pipelining. Experiments on multiple datasets belonging to different domains using ten state-of-the-art pre-trained models demonstrate that QA-prompting outperforms baseline and other state-of-the-art methods, achieving up to 29% improvement in ROUGE scores. This provides an effective and scalable solution for summarization and highlights the importance of domain-specific question selection for optimal performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes