CLAILGSep 10, 2021

Topic-Aware Contrastive Learning for Abstractive Dialogue Summarization

arXiv:2109.04994v1665 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses abstractive summarization for multi-speaker dialogues, an incremental advance in natural language processing for applications like meeting notes or customer service logs.

The paper tackles the challenge of summarizing dialogues where topics vary and key information is scattered across speakers, by proposing topic-aware contrastive learning objectives that improve performance, achieving new state-of-the-art results on benchmark datasets.

Unlike well-structured text, such as news reports and encyclopedia articles, dialogue content often comes from two or more interlocutors, exchanging information with each other. In such a scenario, the topic of a conversation can vary upon progression and the key information for a certain topic is often scattered across multiple utterances of different speakers, which poses challenges to abstractly summarize dialogues. To capture the various topic information of a conversation and outline salient facts for the captured topics, this work proposes two topic-aware contrastive learning objectives, namely coherence detection and sub-summary generation objectives, which are expected to implicitly model the topic change and handle information scattering challenges for the dialogue summarization task. The proposed contrastive objectives are framed as auxiliary tasks for the primary dialogue summarization task, united via an alternative parameter updating strategy. Extensive experiments on benchmark datasets demonstrate that the proposed simple method significantly outperforms strong baselines and achieves new state-of-the-art performance. The code and trained models are publicly available via \href{https://github.com/Junpliu/ConDigSum}{https://github.com/Junpliu/ConDigSum}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes