English

Task-Oriented Dialogue System as Natural Language Generation

Computation and Language 2022-04-26 v3 Artificial Intelligence

Abstract

In this paper, we propose to formulate the task-oriented dialogue system as the purely natural language generation task, so as to fully leverage the large-scale pre-trained models like GPT-2 and simplify complicated delexicalization prepossessing. However, directly applying this method heavily suffers from the dialogue entity inconsistency caused by the removal of delexicalized tokens, as well as the catastrophic forgetting problem of the pre-trained model during fine-tuning, leading to unsatisfactory performance. To alleviate these problems, we design a novel GPT-Adapter-CopyNet network, which incorporates the lightweight adapter and CopyNet modules into GPT-2 to achieve better performance on transfer learning and dialogue entity generation. Experimental results conducted on the DSTC8 Track 1 benchmark and MultiWOZ dataset demonstrate that our proposed approach significantly outperforms baseline models with a remarkable performance on automatic and human evaluations.

Keywords

Cite

@article{arxiv.2108.13679,
  title  = {Task-Oriented Dialogue System as Natural Language Generation},
  author = {Weizhi Wang and Zhirui Zhang and Junliang Guo and Yinpei Dai and Boxing Chen and Weihua Luo},
  journal= {arXiv preprint arXiv:2108.13679},
  year   = {2022}
}

Comments

SIGIR 2022

R2 v1 2026-06-24T05:33:18.041Z