CLJul 7, 2021

DORA: Toward Policy Optimization for Task-oriented Dialogue System with Efficient Context

arXiv:2107.03286v112 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more effective and interpretable dialogue systems in multi-domain task-oriented applications, representing an incremental improvement over existing methods.

The paper tackled the problem of optimizing task-oriented dialogue systems by proposing DORA, a multi-domain system that uses supervised learning followed by reinforcement learning with an explicit, interpretable action policy. The result was a 6.6-point improvement in success rate on MultiWOZ 2.0 and a 10.9-point improvement on MultiWOZ 2.1.

Recently, reinforcement learning (RL) has been applied to task-oriented dialogue systems by using latent actions to solve shortcomings of supervised learning (SL). In this paper, we propose a multi-domain task-oriented dialogue system, called Dialogue System with Optimizing a Recurrent Action Policy using Efficient Context (DORA), that uses SL, with subsequently applied RL to optimize dialogue systems using a recurrent dialogue policy. This dialogue policy recurrently generates explicit system actions as a both word-level and high-level policy. As a result, DORA is clearly optimized during both SL and RL steps by using an explicit system action policy that considers an efficient context instead of the entire dialogue history. The system actions are both interpretable and controllable, whereas the latent actions are not. DORA improved the success rate by 6.6 points on MultiWOZ 2.0 and by 10.9 points on MultiWOZ 2.1.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes