Task-oriented Dialog Systems That Consider Multiple Appropriate Responses Under The Same Context | Awesome LLM Papers Contribute to Awesome LLM Papers

Task-oriented Dialog Systems That Consider Multiple Appropriate Responses Under The Same Context

Yichi Zhang, Zhijian Ou, Zhou Yu . Proceedings of the AAAI Conference on Artificial Intelligence 2020 – 129 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
AAAI Tools Training Techniques

Conversations have an intrinsic one-to-many property, which means that multiple responses can be appropriate for the same dialog context. In task-oriented dialogs, this property leads to different valid dialog policies towards task completion. However, none of the existing task-oriented dialog generation approaches takes this property into account. We propose a Multi-Action Data Augmentation (MADA) framework to utilize the one-to-many property to generate diverse appropriate dialog responses. Specifically, we first use dialog states to summarize the dialog history, and then discover all possible mappings from every dialog state to its different valid system actions. During dialog system training, we enable the current dialog state to map to all valid system actions discovered in the previous process to create additional state-action pairs. By incorporating these additional pairs, the dialog policy learns a balanced action distribution, which further guides the dialog model to generate diverse responses. Experimental results show that the proposed framework consistently improves dialog policy diversity, and results in improved response diversity and appropriateness. Our model obtains state-of-the-art results on MultiWOZ.

Similar Work