Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MemSum: Extractive Summarization of Long Documents Using Multi-Step Episodic Markov Decision Processes

About

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 summaries, stemming from MemSum's awareness of extraction history.

Nianlong Gu, Elliott Ash, Richard H.R. Hahnloser• 2021

Related benchmarks

TaskDatasetResultRank
SummarizationarXiv (test)
ROUGE-148.42
161
SummarizationPubMed (test)
ROUGE-149.25
107
SummarizationarXiv
ROUGE-220.17
76
SummarizationPubmed
ROUGE-149.14
70
Document SummarizationGovReport (test)
ROUGE-159.43
50
SummarizationarXiv original (test)
R-148.42
18
Document SummarizationGovReport
ROUGE-149.14
15
SummarizationPubmed
BERTScore0.85
10
SummarizationHuman Evaluation 1-5 scale
Coherence3.7
10
SummarizationarXiv
BERTScore83
9
Showing 10 of 13 rows

Other info

Code

Follow for update