CLAINov 19, 2023

LLM aided semi-supervision for Extractive Dialog Summarization

arXiv:2311.11462v27 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses the need for efficient summarization in customer-agent dialogs with a semi-supervised approach that reduces data requirements, though it is incremental as it builds on existing LLM and QA techniques.

The paper tackles the problem of generating high-quality summaries for chat dialogs by proposing a method that uses unlabeled data and large language models to create pseudo-labels, achieving 65.9/57.0/61.0 ROUGE-1/-2/-L scores with only 10% of the labeled data, retaining 94.7% of performance in the worst case compared to the state-of-the-art.

Generating high-quality summaries for chat dialogs often requires large labeled datasets. We propose a method to efficiently use unlabeled data for extractive summarization of customer-agent dialogs. In our method, we frame summarization as a question-answering problem and use state-of-the-art large language models (LLMs) to generate pseudo-labels for a dialog. We then use these pseudo-labels to fine-tune a chat summarization model, effectively transferring knowledge from the large LLM into a smaller specialized model. We demonstrate our method on the \tweetsumm dataset, and show that using 10% of the original labelled data set we can achieve 65.9/57.0/61.0 ROUGE-1/-2/-L, whereas the current state-of-the-art trained on the entire training data set obtains 65.16/55.81/64.37 ROUGE-1/-2/-L. In other words, in the worst case (i.e., ROUGE-L) we still effectively retain 94.7% of the performance while using only 10% of the data.

Foundations

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

Your Notes