Semantically Conditioned Dialog Response Generation via Hierarchical Disentangled Self-Attention
Wenhu Chen, Jianshu Chen, Pengda Qin, Xifeng Yan, William Yang Wang
TL;DR
This work tackles the scalability of semantically conditioned neural response generation in multi-domain dialogue by representing dialog acts as a hierarchical graph. It introduces a hierarchical disentangled self-attention (HDSA) mechanism that binds attention heads to nodes on the act graph and activates them along the predicted act path to control generation. The graph-based act representation reduces sample complexity and improves generalization, achieving significant gains on MultiWOZ in both automatic metrics and human evaluations. The paper also discusses transfer-learning potential and compression-versus-expressiveness trade-offs, outlining future work to infer dialog acts from responses in partially supervised settings.
Abstract
Semantically controlled neural response generation on limited-domain has achieved great performance. However, moving towards multi-domain large-scale scenarios are shown to be difficult because the possible combinations of semantic inputs grow exponentially with the number of domains. To alleviate such scalability issue, we exploit the structure of dialog acts to build a multi-layer hierarchical graph, where each act is represented as a root-to-leaf route on the graph. Then, we incorporate such graph structure prior as an inductive bias to build a hierarchical disentangled self-attention network, where we disentangle attention heads to model designated nodes on the dialog act graph. By activating different (disentangled) heads at each layer, combinatorially many dialog act semantics can be modeled to control the neural response generation. On the large-scale Multi-Domain-WOZ dataset, our model can yield a significant improvement over the baselines on various automatic and human evaluation metrics.
