CLAILGDec 7, 2023

TOD-Flow: Modeling the Structure of Task-Oriented Dialogues

arXiv:2312.04668v1132 citationsh-index: 18Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses transparency and controllability issues in task-oriented dialogue systems for AI applications, representing an incremental improvement over existing methods.

The paper tackles the problem of limited transparency and controllability in task-oriented dialogue systems by proposing TOD-Flow, a method to infer a graph structure from dialogue data, which improves dialog act classification and response generation performance on MultiWOZ and SGD benchmarks.

Task-Oriented Dialogue (TOD) systems have become crucial components in interactive artificial intelligence applications. While recent advances have capitalized on pre-trained language models (PLMs), they exhibit limitations regarding transparency and controllability. To address these challenges, we propose a novel approach focusing on inferring the TOD-Flow graph from dialogue data annotated with dialog acts, uncovering the underlying task structure in the form of a graph. The inferred TOD-Flow graph can be easily integrated with any dialogue model to improve its prediction performance, transparency, and controllability. Our TOD-Flow graph learns what a model can, should, and should not predict, effectively reducing the search space and providing a rationale for the model's prediction. We show that the proposed TOD-Flow graph better resembles human-annotated graphs compared to prior approaches. Furthermore, when combined with several dialogue policies and end-to-end dialogue models, we demonstrate that our approach significantly improves dialog act classification and end-to-end response generation performance in the MultiWOZ and SGD benchmarks. Code available at: https://github.com/srsohn/TOD-Flow

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