paper-with-me

홈 › Papers

Understanding Points of Correspondence between Sentences for Abstractive Summarization

2020-06-10 · ACL 2020 6 · Logan Lebanoff, John Muchovej, Franck Dernoncourt, Doo Soon Kim, Lidan Wang, Walter Chang, Fei Liu

Fusing sentences containing disparate content is a remarkable human ability that helps create informative and succinct summaries. Such a simple task for humans has remained challenging for modern abstractive summarizers, substantially restricting their applicability in real-world scenarios. In this paper, we present an investigation into fusing sentences drawn from a document by introducing the notion of points of correspondence, which are cohesive devices that tie any two sentences together into a coherent text. The types of points of correspondence are delineated by text cohesion theory, covering pronominal and nominal referencing, repetition and beyond. We create a dataset containing the documents, source and fusion sentences, and human annotations of points of correspondence between sentences. Our dataset bridges the gap between coreference resolution and summarization. It is publicly shared to serve as a basis for future work to measure the success of sentence fusion systems. (https://github.com/ucfnlp/points-of-correspondence)

📄 PDF Abstract BibTeX arXiv:2006.05621

Code (1)

ucfnlp/points-of-correspondence 공식 구현

Tasks

Abstractive Text Summarizationcoreference-resolutionCoreference ResolutionSentenceSentence Fusion

Similar Papers 제목 키워드 기반

Novel Chapter Abstractive Summarization using Spinal Tree Aware Sub-Sentential Content Selection

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Summarizing novel chapters is a difficult task due to the length of the chapter to be summarized and the fact that summary sentences draw content from multiple sentences in the chapter. We present a pipelined extractive-…

Abstractive Text Summarization

Analyzing Sentence Fusion in Abstractive Summarization

2019-10-01 · WS 2019 11 · Logan Lebanoff, John Muchovej, Franck Dernoncourt, Doo Soon Kim 외

While recent work in abstractive summarization has resulted in higher scores in automatic metrics, there is little understanding on how these systems combine information taken from multiple document sentences. In this pa…

Abstractive Text SummarizationSentenceSentence Fusion

Learning to Fuse Sentences with Transformers for Summarization

2020-10-08 · EMNLP 2020 11 · Logan Lebanoff, Franck Dernoncourt, Doo Soon Kim, Lidan Wang 외

The ability to fuse sentences is highly attractive for summarization systems because it is an essential step to produce succinct abstracts. However, to date, summarizers can fail on fusing sentences. They tend to produce…

SentenceSentence Fusion

ARMAN: Pre-training with Semantically Selecting and Reordering of Sentences for Persian Abstractive Summarization

2021-09-09 · EMNLP 2021 11 · Alireza Salemi, Emad Kebriaei, Ghazal Neisi Minaei, Azadeh Shakery

Abstractive text summarization is one of the areas influenced by the emergence of pre-trained language models. Current pre-training works in abstractive summarization give more points to the summaries with more words in …

Abstractive Text SummarizationDecoderMultiple-choiceNatural Language Inference+5

Controlling Decoding for More Abstractive Summaries with Copy-Based Networks

2018-03-19 · Noah Weber, Leena Shekhar, Niranjan Balasubramanian, Kyunghyun Cho

Attention-based neural abstractive summarization systems equipped with copy mechanisms have shown promising results. Despite this success, it has been noticed that such a system generates a summary by mostly, if not enti…

Abstractive Text SummarizationExtractive Summarization