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

TL;DR
QA-prompting enhances long-context summarization in large language models by using question-answering as an intermediate step, significantly improving ROUGE scores without fine-tuning or pipelining.
Contribution
It introduces a simple prompting technique that leverages question-answering to improve summarization performance across multiple datasets and models.
Findings
Up to 29% improvement in ROUGE scores.
Effective across diverse domains and models.
No fine-tuning or pipelining needed.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
