paper-with-me

Papers

SupMMD: A Sentence Importance Model for Extractive Summarization using Maximum Mean Discrepancy

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Umanga Bista, Alexander Patrick Mathews, Aditya Krishna Menon, Lexing Xie

Most work on multi-document summarization has focused on generic summarization of information present in each individual document set. However, the under-explored setting of update summarization, where the goal is to identify the new information present in each set, is of equal practical interest (e.g., presenting readers with updates on an evolving news topic). In this work, we present SupMMD, a novel technique for generic and update summarization based on the maximum mean discrepancy from kernel two-sample testing. SupMMD combines both supervised learning for salience and unsupervised learning for coverage and diversity. Further, we adapt multiple kernel learning to make use of similarity across multiple information sources (e.g., text features and knowledge based concepts). We show the efficacy of SupMMD in both generic and update summarization tasks by meeting or exceeding the current state-of-the-art on the DUC-2004 and TAC-2009 datasets.

📄 PDF Abstract BibTeX arXiv:2010.02568

Code (1)

computationalmedia/supmmd 공식 구현 pytorch

Tasks

DiversityDocument SummarizationExtractive SummarizationMulti-Document SummarizationSentenceTwo-sample testing

Similar Papers 제목 키워드 기반

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

Frame Semantic-Enhanced Sentence Modeling for Sentence-level Extractive Text Summarization

2021-11-01 · EMNLP 2021 11 · Yong Guan, Shaoru Guo, Ru Li, XiaoLi Li 외

Sentence-level extractive text summarization aims to select important sentences from a given document. However, it is very challenging to model the importance of sentences. In this paper, we propose a novel Frame Semanti…

Extractive SummarizationExtractive Text SummarizationSentenceText Summarization

Neural Document Summarization by Jointly Learning to Score and Select Sentences

2018-07-06 · ACL 2018 7 · Qingyu Zhou, Nan Yang, Furu Wei, Shaohan Huang 외

Sentence scoring and sentence selection are two main steps in extractive document summarization systems. However, previous works treat them as two separated subtasks. In this paper, we present a novel end-to-end neural n…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

Extractive Summarization via Weighted Dissimilarity and Importance Aligned Key Iterative Algorithm

2019-05-15 · Ryohto Sawada

We present importance aligned key iterative algorithm for extractive summarization that is faster than conventional algorithms keeping its accuracy. The computational complexity of our algorithm is O($SNlogN$) to summari…

Extractive Summarization

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 redundan…

ArticlesExtractive SummarizationLanguage ModelingLanguage Modelling+4