paper-with-me

Papers

Controllable Neural Dialogue Summarization with Personal Named Entity Planning

2021-09-27 · EMNLP 2021 11 · Zhengyuan Liu, Nancy F. Chen

In this paper, we propose a controllable neural generation framework that can flexibly guide dialogue summarization with personal named entity planning. The conditional sequences are modulated to decide what types of information or what perspective to focus on when forming summaries to tackle the under-constrained problem in summarization tasks. This framework supports two types of use cases: (1) Comprehensive Perspective, which is a general-purpose case with no user-preference specified, considering summary points from all conversational interlocutors and all mentioned persons; (2) Focus Perspective, positioning the summary based on a user-specified personal named entity, which could be one of the interlocutors or one of the persons mentioned in the conversation. During training, we exploit occurrence planning of personal named entities and coreference information to improve temporal coherence and to minimize hallucination in neural generation. Experimental results show that our proposed framework generates fluent and factually consistent summaries under various planning controls using both objective metrics and human evaluations.

📄 PDF Abstract BibTeX arXiv:2109.13070

Code (1)

seq-to-mind/planning_dial_summ 공식 구현 pytorch

Tasks

dialogue summaryHallucination

Similar Papers 제목 키워드 기반

Entity-based De-noising Modeling for Controllable Dialogue Summarization

2022-09-01 · SIGDIAL (ACL) 2022 9 · Zhengyuan Liu, Nancy Chen

Although fine-tuning pre-trained backbones produces fluent and grammatically-correct text in various language generation tasks, factual consistency in abstractive summarization remains challenging. This challenge is espe…

Abstractive Text SummarizationHallucinationText Generation

EntSUM: A Data Set for Entity-Centric Summarization

2022-04-05 · Mounica Maddela, Mayank Kulkarni, Daniel Preotiuc-Pietro

Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which b…

EntSUM: A Data Set for Entity-Centric Extractive Summarization

2022-05-01 · ACL 2022 5 · Mounica Maddela, Mayank Kulkarni, Daniel Preotiuc-Pietro

Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which b…

Extractive Summarization

EntSUM: A Data Set for Entity-Centric Extractive Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which b…

Extractive Summarization

GUMsley: Evaluating Entity Salience in Summarization for 12 English Genres

2024-01-31 · Jessica Lin, Amir Zeldes

As NLP models become increasingly capable of understanding documents in terms of coherent entities rather than strings, obtaining the most salient entities for each document is not only an important end task in itself bu…

Abstractive Text Summarizationcoreference-resolutionCoreference ResolutionHallucination+2