paper-with-me

Papers

Extractive Summarization as Text Matching

2020-04-19 · ACL 2020 6 · Ming Zhong, PengFei Liu, Yiran Chen, Danqing Wang, Xipeng Qiu, Xuanjing Huang

This paper creates a paradigm shift with regard to the way we build neural extractive summarization systems. Instead of following the commonly used framework of extracting sentences individually and modeling the relationship between sentences, we formulate the extractive summarization task as a semantic text matching problem, in which a source document and candidate summaries will be (extracted from the original text) matched in a semantic space. Notably, this paradigm shift to semantic matching framework is well-grounded in our comprehensive analysis of the inherent gap between sentence-level and summary-level extractors based on the property of the dataset. Besides, even instantiating the framework with a simple form of a matching model, we have driven the state-of-the-art extractive result on CNN/DailyMail to a new level (44.41 in ROUGE-1). Experiments on the other five datasets also show the effectiveness of the matching framework. We believe the power of this matching-based summarization framework has not been fully exploited. To encourage more instantiations in the future, we have released our codes, processed dataset, as well as generated summaries in https://github.com/maszhongming/MatchSum.

📄 PDF Abstract BibTeX arXiv:2004.08795

Code (2)

maszhongming/MatchSum 공식 구현 pytorch
HHousen/TransformerSum pytorch

Tasks

Document SummarizationExtractive SummarizationExtractive Text SummarizationSemantic Text MatchingSentenceText MatchingText Summarization

Similar Papers 제목 키워드 기반

DiffuSum: Generation Enhanced Extractive Summarization with Diffusion

2023-05-02 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Extractive summarization aims to form a summary by directly extracting sentences from the source document. Existing works mostly formulate it as a sequence labeling problem by making individual sentence label predictions…

DiversityExtractive SummarizationSentence

Simple Unsupervised Summarization by Contextual Matching

2019-07-31 · ACL 2019 7 · Jiawei Zhou, Alexander M. Rush

We propose an unsupervised method for sentence summarization using only language modeling. The approach employs two language models, one that is generic (i.e. pretrained), and the other that is specific to the target dom…

Language ModelingLanguage ModellingSentenceSentence Summarization+2

Combining Word Embeddings and N-grams for Unsupervised Document Summarization

2020-04-25 · Zhuolin Jiang, Manaj Srivastava, Sanjay Krishna, David Akodes 외

Graph-based extractive document summarization relies on the quality of the sentence similarity graph. Bag-of-words or tf-idf based sentence similarity uses exact word matching, but fails to measure the semantic similarit…

DiversityDocument SummarizationExtractive Document SummarizationExtractive Summarization+8

Extractive Topical Summarization With Aspects

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Extractive summarization is a task of highlighting the most important parts of the text. We introduce a new approach to extractive summarization task using hidden topical structure and information about aspects of the te…

Extractive Summarization

Scaling Up Summarization: Leveraging Large Language Models for Long Text Extractive Summarization

2024-08-28 · Léo Hemamou, Mehdi Debiane

In an era where digital text is proliferating at an unprecedented rate, efficient summarization tools are becoming indispensable. While Large Language Models (LLMs) have been successfully applied in various NLP tasks, th…

Extractive SummarizationExtractive Text SummarizationLanguage ModelingLanguage Modelling+3