paper-with-me

Papers

Unsupervised Extractive Summarization using Pointwise Mutual Information

2021-02-11 · EACL 2021 2 · Vishakh Padmakumar, He He

Unsupervised approaches to extractive summarization usually rely on a notion of sentence importance defined by the semantic similarity between a sentence and the document. We propose new metrics of relevance and redundancy using pointwise mutual information (PMI) between sentences, which can be easily computed by a pre-trained language model. Intuitively, a relevant sentence allows readers to infer the document content (high PMI with the document), and a redundant sentence can be inferred from the summary (high PMI with the summary). We then develop a greedy sentence selection algorithm to maximize relevance and minimize redundancy of extracted sentences. We show that our method outperforms similarity-based methods on datasets in a range of domains including news, medical journal articles, and personal anecdotes.

📄 PDF Abstract BibTeX arXiv:2102.06272

Code (1)

vishakhpk/mi-unsup-summ 공식 구현 pytorch

Tasks

ArticlesExtractive SummarizationLanguage ModelingLanguage ModellingSemantic SimilaritySemantic Textual SimilaritySentenceUnsupervised Extractive Summarization

Similar Papers 제목 키워드 기반

A New Sentence Extraction Strategy for Unsupervised Extractive Summarization Methods

2021-12-06 · Dehao Tao, Yingzhu Xiong, Zhongliang Yang, Yongfeng Huang

In recent years, text summarization methods have attracted much attention again thanks to the researches on neural network models. Most of the current text summarization methods based on neural network models are supervi…

Extractive SummarizationExtractive Text SummarizationSentenceText Summarization+1

Improving Sentence Similarity Estimation for Unsupervised Extractive Summarization

2023-02-24 · Shichao Sun, Ruifeng Yuan, Wenjie Li, Sujian Li

Unsupervised extractive summarization aims to extract salient sentences from a document as the summary without labeled data. Recent literatures mostly research how to leverage sentence similarity to rank sentences in the…

Contrastive LearningExtractive SummarizationSentenceSentence Similarity+1

Generating Multiple-Length Summaries via Reinforcement Learning for Unsupervised Sentence Summarization

2022-12-21 · Dongmin Hyun, Xiting Wang, Chanyoung Park, Xing Xie 외

Sentence summarization shortens given texts while maintaining core contents of the texts. Unsupervised approaches have been studied to summarize texts without human-written summaries. However, recent unsupervised models …

Abstractive Text Summarizationreinforcement-learningReinforcement Learning (RL)Sentence+2

BottleSum: Unsupervised and Self-supervised Sentence Summarization using the Information Bottleneck Principle

2019-09-16 · IJCNLP 2019 11 · Peter West, Ari Holtzman, Jan Buys, Yejin Choi

The principle of the Information Bottleneck (Tishby et al. 1999) is to produce a summary of information X optimized to predict some other relevant information Y. In this paper, we propose a novel approach to unsupervised…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+4

Unsupervised Extractive Opinion Summarization Using Sparse Coding

2022-03-15 · ACL 2022 5 · Somnath Basu Roy Chowdhury, Chao Zhao, Snigdha Chaturvedi

Opinion summarization is the task of automatically generating summaries that encapsulate information from multiple user reviews. We present Semantic Autoencoder (SemAE) to perform extractive opinion summarization in an u…

Dictionary LearningExtractive SummarizationOpinion SummarizationSentence