English

MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems

Computation and Language 2020-09-29 v2 Artificial Intelligence

Abstract

In this paper, we propose Minimalist Transfer Learning (MinTL) to simplify the system design process of task-oriented dialogue systems and alleviate the over-dependency on annotated data. MinTL is a simple yet effective transfer learning framework, which allows us to plug-and-play pre-trained seq2seq models, and jointly learn dialogue state tracking and dialogue response generation. Unlike previous approaches, which use a copy mechanism to "carryover" the old dialogue states to the new one, we introduce Levenshtein belief spans (Lev), that allows efficient dialogue state tracking with a minimal generation length. We instantiate our learning framework with two pre-trained backbones: T5 and BART, and evaluate them on MultiWOZ. Extensive experiments demonstrate that: 1) our systems establish new state-of-the-art results on end-to-end response generation, 2) MinTL-based systems are more robust than baseline methods in the low resource setting, and they achieve competitive results with only 20\% training data, and 3) Lev greatly improves the inference efficiency.

Keywords

Cite

@article{arxiv.2009.12005,
  title  = {MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems},
  author = {Zhaojiang Lin and Andrea Madotto and Genta Indra Winata and Pascale Fung},
  journal= {arXiv preprint arXiv:2009.12005},
  year   = {2020}
}

Comments

EMNLP 2020 camera ready

R2 v1 2026-06-23T18:47:01.081Z