paper-with-me

홈 › Papers

Source-summary Entity Aggregation in Abstractive Summarization

2022-10-01 · COLING 2022 10 · José Ángel González, Annie Louis, Jackie Chi Kit Cheung

In a text, entities mentioned earlier can be referred to in later discourse by a more general description. For example, Celine Dion and Justin Bieber can be referred to by Canadian singers or celebrities. In this work, we study this phenomenon in the context of summarization, where entities from a source text are generalized in the summary. We call such instances source-summary entity aggregations. We categorize these aggregations into two types and analyze them in the Cnn/Dailymail corpus, showing that they are reasonably frequent. We then examine how well three state-of-the-art summarization systems can generate such aggregations within summaries. We also develop techniques to encourage them to generate more aggregations. Our results show that there is significant room for improvement in producing semantically correct aggregations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text Summarization

Similar Papers 제목 키워드 기반

Entity-level Factual Consistency of Abstractive Text Summarization

2021-02-18 · EACL 2021 2 · Feng Nan, Ramesh Nallapati, Zhiguo Wang, Cicero Nogueira dos santos 외

A key challenge for abstractive summarization is ensuring factual consistency of the generated summary with respect to the original document. For example, state-of-the-art models trained on existing datasets exhibit enti…

Abstractive Text SummarizationHallucinationText Summarization

Entity-driven Fact-aware Abstractive Summarization of Biomedical Literature

2022-03-30 · Amanuel Alambo, Tanvi Banerjee, Krishnaprasad Thirunarayan, Michael Raymer

As part of the large number of scientific articles being published every year, the publication rate of biomedical literature has been increasing. Consequently, there has been considerable effort to harness and summarize …

Abstractive Text SummarizationArticlesDecoderDocument Summarization+1

An Extractive-and-Abstractive Framework for Source Code Summarization

2022-06-15 · Weisong Sun, Chunrong Fang, Yuchen Chen, Quanjun Zhang 외

(Source) Code summarization aims to automatically generate summaries/comments for a given code snippet in the form of natural language. Such summaries play a key role in helping developers understand and maintain source …

Code SummarizationMachine TranslationRetrievalSource Code Summarization

Length-controllable Abstractive Summarization by Guiding with Summary Prototype

2020-01-21 · Itsumi Saito, Kyosuke Nishida, Kosuke Nishida, Atsushi Otsuka 외

We propose a new length-controllable abstractive summarization model. Recent state-of-the-art abstractive summarization models based on encoder-decoder models generate only one summary per source text. However, controlla…

Abstractive Text SummarizationDecoder

Faithful Abstractive Summarization via Fact-aware Consistency-constrained Transformer

2022-10-01 · CIKM 2022 10 · Yuanjie Lyu, Chen Zhu, Tong Xu, Zikai Yin 외

Abstractive summarization is a classic task in Natural Language Generation (NLG), which aims to produce a concise summary of the original document. Recently, great efforts have been made on sequence-to-sequence neural ne…

Abstractive Text SummarizationText Generation