CLSep 6, 2021

DialogLM: Pre-trained Model for Long Dialogue Understanding and Summarization

arXiv:2109.02492v2150 citationsHas Code
AI Analysis

This addresses the lack of tools for processing long dialogues in real-world scenarios like meetings or interviews, representing a domain-specific advancement.

The authors tackled the problem of understanding and summarizing long multi-person dialogues, which existing models struggle with, and introduced DialogLM, a pre-trained model that significantly outperforms state-of-the-art models on tasks like dialogue summarization, abstractive question answering, and topic segmentation across five datasets.

Dialogue is an essential part of human communication and cooperation. Existing research mainly focuses on short dialogue scenarios in a one-on-one fashion. However, multi-person interactions in the real world, such as meetings or interviews, are frequently over a few thousand words. There is still a lack of corresponding research and powerful tools to understand and process such long dialogues. Therefore, in this work, we present a pre-training framework for long dialogue understanding and summarization. Considering the nature of long conversations, we propose a window-based denoising approach for generative pre-training. For a dialogue, it corrupts a window of text with dialogue-inspired noise, and guides the model to reconstruct this window based on the content of the remaining conversation. Furthermore, to process longer input, we augment the model with sparse attention which is combined with conventional attention in a hybrid manner. We conduct extensive experiments on five datasets of long dialogues, covering tasks of dialogue summarization, abstractive question answering and topic segmentation. Experimentally, we show that our pre-trained model DialogLM significantly surpasses the state-of-the-art models across datasets and tasks. Source code and all the pre-trained models are available on our GitHub repository (https://github.com/microsoft/DialogLM).

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