SOTAVerified

A Teacher-Student Framework for Maintainable Dialog Manager

2018-10-01EMNLP 2018Unverified0· sign in to hype

Weikang Wang, Jiajun Zhang, Han Zhang, Mei-Yuh Hwang, Cheng-qing Zong, Zhifei Li

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Reinforcement learning (RL) is an attractive solution for task-oriented dialog systems. However, extending RL-based systems to handle new intents and slots requires a system redesign. The high maintenance cost makes it difficult to apply RL methods to practical systems on a large scale. To address this issue, we propose a practical teacher-student framework to extend RL-based dialog systems without retraining from scratch. Specifically, the ``student'' is an extended dialog manager based on a new ontology, and the ``teacher'' is existing resources used for guiding the learning process of the ``student''. By specifying constraints held in the new dialog manager, we transfer knowledge of the ``teacher'' to the ``student'' without additional resources. Experiments show that the performance of the extended system is comparable to the system trained from scratch. More importantly, the proposed framework makes no assumption about the unsupported intents and slots, which makes it possible to improve RL-based systems incrementally.

Tasks

Reproductions