Extractive Text Summarization

32 papers with code • 5 benchmarks • 5 datasets

Given a document, selecting a subset of the words or sentences which best represents a summary of the document.

Libraries

Use these libraries to find Extractive Text Summarization models and implementations

Most implemented papers

DeepChannel: Salience Estimation by Contrastive Learning for Extractive Document Summarization

lliangchenc/DeepChannel 6 Nov 2018

We propose DeepChannel, a robust, data-efficient, and interpretable neural model for extractive document summarization.

Neural Extractive Text Summarization with Syntactic Compression

jiacheng-xu/neu-compression-sum IJCNLP 2019

In this work, we present a neural model for single-document summarization based on joint extraction and syntactic compression.

STRASS: A Light and Effective Method for Extractive Summarization Based on Sentence Embeddings

euranova/CASS-dataset ACL 2019

Our method creates an extractive summary by selecting the sentences with the closest embeddings to the document embedding.

Discourse-Aware Neural Extractive Text Summarization

jiacheng-xu/DiscoBERT ACL 2020

Recently BERT has been adopted for document encoding in state-of-the-art text summarization models.

Reading Like HER: Human Reading Inspired Extractive Summarization

LLluoling/HER IJCNLP 2019

In this work, we re-examine the problem of extractive text summarization for long documents.

Extractive Multi-document Summarization using K-means, Centroid-based Method, MMR, and Sentence Position

caomanhhaipt/Extractive-Multi-document-Summarization The Tenth International Symposium 2019

Multi-document summarization is more challenging than single-document summarization since it has to solve the problem of overlapping information among sentences from different documents.

Heterogeneous Graph Neural Networks for Extractive Document Summarization

brxx122/HeterSUMGraph ACL 2020

An intuitive way is to put them in the graph-based neural network, which has a more complex structure for capturing inter-sentence relationships.

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

nianlonggu/memsum ACL 2022

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.

Align and Attend: Multimodal Summarization with Dual Contrastive Losses

boheumd/A2Summ CVPR 2023

The goal of multimodal summarization is to extract the most important information from different modalities to form output summaries.