Query Focused Abstractive Summarization: Incorporating Query Relevance, Multi-Document Coverage, and Summary Length Constraints into seq2seq Models
Tal Baumel, Matan Eyal, Michael Elhadad

TL;DR
This paper explores how to adapt neural abstractive summarization models for query-focused multi-document summarization by incorporating query relevance, multi-document coverage, and flexible summary length, showing improved ROUGE scores.
Contribution
It introduces a novel method that integrates query relevance into pre-trained abstractive models and adapts them for multi-document, query-focused summarization with variable length outputs.
Findings
Significant ROUGE score improvements over extractive baselines.
Effective incorporation of query relevance into pre-trained models.
Adaptation of single-document models for multi-document summarization.
Abstract
Query Focused Summarization (QFS) has been addressed mostly using extractive methods. Such methods, however, produce text which suffers from low coherence. We investigate how abstractive methods can be applied to QFS, to overcome such limitations. Recent developments in neural-attention based sequence-to-sequence models have led to state-of-the-art results on the task of abstractive generic single document summarization. Such models are trained in an end to end method on large amounts of training data. We address three aspects to make abstractive summarization applicable to QFS: (a)since there is no training data, we incorporate query relevance into a pre-trained abstractive model; (b) since existing abstractive models are trained in a single-document setting, we design an iterated method to embed abstractive models within the multi-document requirement of QFS; (c) the abstractive…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Algorithms and Data Compression
