MemSum: Extractive Summarization of Long Documents Using Multi-Step Episodic Markov Decision Processes
Nianlong Gu, Elliott Ash, Richard H.R. Hahnloser

TL;DR
MemSum is a reinforcement learning-based extractive summarizer for long documents that considers content, context, and extraction history, achieving state-of-the-art results and high-quality summaries with low redundancy.
Contribution
It introduces a novel multi-step episodic Markov decision process framework that incorporates extraction history and global context for improved summarization of long texts.
Findings
Achieves state-of-the-art ROUGE scores on PubMed, arXiv, and GovReport datasets.
Demonstrates the importance of local, global, and history information through ablation studies.
Produces high-quality, low-redundancy summaries confirmed by human evaluation.
Abstract
We introduce MemSum (Multi-step Episodic Markov decision process extractive SUMmarizer), a reinforcement-learning-based extractive summarizer enriched at each step with information on the current extraction history. When MemSum iteratively selects sentences into the summary, it considers a broad information set that would intuitively also be used by humans in this task: 1) the text content of the sentence, 2) the global text context of the rest of the document, and 3) the extraction history consisting of the set of sentences that have already been extracted. With a lightweight architecture, MemSum obtains state-of-the-art test-set performance (ROUGE) in summarizing long documents taken from PubMed, arXiv, and GovReport. Ablation studies demonstrate the importance of local, global, and history information. A human evaluation confirms the high quality and low redundancy of the generated…
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
