paper-with-me

Papers

AREDSUM: Adaptive Redundancy-Aware Iterative Sentence Ranking for Extractive Document Summarization

2020-04-13 · EACL 2021 2 · Keping Bi, Rahul Jha, W. Bruce Croft, Asli Celikyilmaz

Redundancy-aware extractive summarization systems score the redundancy of the sentences to be included in a summary either jointly with their salience information or separately as an additional sentence scoring step. Previous work shows the efficacy of jointly scoring and selecting sentences with neural sequence generation models. It is, however, not well-understood if the gain is due to better encoding techniques or better redundancy reduction approaches. Similarly, the contribution of salience versus diversity components on the created summary is not studied well. Building on the state-of-the-art encoding methods for summarization, we present two adaptive learning models: AREDSUM-SEQ that jointly considers salience and novelty during sentence selection; and a two-step AREDSUM-CTX that scores salience first, then learns to balance salience and redundancy, enabling the measurement of the impact of each aspect. Empirical results on CNN/DailyMail and NYT50 datasets show that by modeling diversity explicitly in a separate step, AREDSUM-CTX achieves significantly better performance than AREDSUM-SEQ as well as state-of-the-art extractive summarization baselines.

📄 PDF Abstract BibTeX arXiv:2004.06176

Code (3)

kepingbi/ARedSumSentRank 공식 구현 pytorch
nakhunchumpolsathien/TR-TPBS
nakhunchumpolsathien/ThaiSum pytorch

Tasks

DiversityDocument SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text SummarizationSentence

Similar Papers 제목 키워드 기반

Neural Extractive Summarization with Hierarchical Attentive Heterogeneous Graph Network

2020-11-01 · EMNLP 2020 11 · Ruipeng Jia, Yanan Cao, Hengzhu Tang, Fang Fang 외

Sentence-level extractive text summarization is substantially a node classification task of network mining, adhering to the informative components and concise representations. There are lots of redundant phrases between …

Extractive SummarizationExtractive Text SummarizationNode ClassificationSentence+1

A Redundancy-Aware Sentence Regression Framework for Extractive Summarization

2016-12-01 · COLING 2016 12 · Pengjie Ren, Furu Wei, Zhumin Chen, Jun Ma 외

Existing sentence regression methods for extractive summarization usually model sentence importance and redundancy in two separate processes. They first evaluate the importance f(s) of each sentence s and then select sen…

Document SummarizationExtractive SummarizationMulti-Document Summarizationregression+1

Jointly Learning Salience and Redundancy by Adaptive Sentence Reranking for Extractive Summarization

2021-08-01 · CCL 2021 8 · Zhang Ximing, Liu Ruifang

“Extractive text summarization seeks to extract indicative sentences from a source document andassemble them to form a summary. Selecting salient but not redundant sentences has alwaysbeen the main challenge. Unlike the …

Extractive SummarizationExtractive Text SummarizationRerankingSentence+1

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

2021-07-19 · ACL 2022 5 · Nianlong Gu, Elliott Ash, Richard H. R. Hahnloser

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…

Extractive SummarizationExtractive Text SummarizationSentenceText Summarization

MRGSEM-Sum: An Unsupervised Multi-document Summarization Framework based on Multi-Relational Graphs and Structural Entropy Minimization

2025-07-31 · Yongbing Zhang, Fang Nan, Shengxiang Gao, Yuxin Huang 외 arxiv

The core challenge faced by multi-document summarization is the complexity of relationships among documents and the presence of information redundancy. Graph clustering is an effective paradigm for addressing this issue,…

Multi-Document SummarizationGraph Clustering