CLAIMar 6, 2024

Semi-Supervised Dialogue Abstractive Summarization via High-Quality Pseudolabel Selection

Amazon
arXiv:2403.04073v134 citationsh-index: 16Has CodeNAACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing reliance on human-labeled data for dialogue summarization, offering a domain-specific solution for generative tasks.

The authors tackled the problem of semi-supervised dialogue summarization by proposing SiCF, a scoring method to select high-quality pseudolabels, which improved summarization performance on three public datasets.

Semi-supervised dialogue summarization (SSDS) leverages model-generated summaries to reduce reliance on human-labeled data and improve the performance of summarization models. While addressing label noise, previous works on semi-supervised learning primarily focus on natural language understanding tasks, assuming each sample has a unique label. However, these methods are not directly applicable to SSDS, as it is a generative task, and each dialogue can be summarized in different ways. In this work, we propose a novel scoring approach, SiCF, which encapsulates three primary dimensions of summarization model quality: Semantic invariance (indicative of model confidence), Coverage (factual recall), and Faithfulness (factual precision). Using the SiCF score, we select unlabeled dialogues with high-quality generated summaries to train summarization models. Comprehensive experiments on three public datasets demonstrate the effectiveness of SiCF scores in uncertainty estimation and semi-supervised learning for dialogue summarization tasks. Our code is available at \url{https://github.com/amazon-science/summarization-sicf-score}.

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