CLJun 30, 2019

Self-Supervised Dialogue Learning

arXiv:1907.00448v11116 citations
Originality Incremental advance
AI Analysis

This addresses dialogue coherence for both open-domain and task-oriented systems, representing a novel method for a known bottleneck.

The paper tackles the problem of incoherent dialogues by using utterance order as a supervised signal, introducing a self-supervised task for inconsistent order detection and achieving state-of-the-art performance on OpenSubtitles and Movie-Ticket Booking datasets.

The sequential order of utterances is often meaningful in coherent dialogues, and the order changes of utterances could lead to low-quality and incoherent conversations. We consider the order information as a crucial supervised signal for dialogue learning, which, however, has been neglected by many previous dialogue systems. Therefore, in this paper, we introduce a self-supervised learning task, inconsistent order detection, to explicitly capture the flow of conversation in dialogues. Given a sampled utterance pair triple, the task is to predict whether it is ordered or misordered. Then we propose a sampling-based self-supervised network SSN to perform the prediction with sampled triple references from previous dialogue history. Furthermore, we design a joint learning framework where SSN can guide the dialogue systems towards more coherent and relevant dialogue learning through adversarial training. We demonstrate that the proposed methods can be applied to both open-domain and task-oriented dialogue scenarios, and achieve the new state-of-the-art performance on the OpenSubtitiles and Movie-Ticket Booking datasets.

Foundations

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

Your Notes