GraphDialog: Integrating Graph Knowledge into End-to-End Task-Oriented Dialogue Systems
About
End-to-end task-oriented dialogue systems aim to generate system responses directly from plain text inputs. There are two challenges for such systems: one is how to effectively incorporate external knowledge bases (KBs) into the learning framework; the other is how to accurately capture the semantics of dialogue history. In this paper, we address these two challenges by exploiting the graph structural information in the knowledge base and in the dependency parsing tree of the dialogue. To effectively leverage the structural information in dialogue history, we propose a new recurrent cell architecture which allows representation learning on graphs. To exploit the relations between entities in KBs, the model combines multi-hop reasoning ability based on the graph structure. Experimental results show that the proposed model achieves consistent improvement over state-of-the-art models on two different task-oriented dialogue datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Task-oriented Dialogue | Stanford Multi-Domain Dialogue (SMD) (test) | BLEU14.2 | 29 | |
| Task-oriented Dialogue Response Generation | Multi-WOZ 2.1 (test) | BLEU6.7 | 22 | |
| Knowledge-based Dialogue Generation | Synthetic dataset Restaurant domain 1.0 (test) | BLEU (1-Hop)23.2 | 5 | |
| Knowledge-based Dialogue | Synthetic Movie Domain 1-Hop (test) | BLEU29.2 | 5 | |
| Knowledge-based Dialogue | Synthetic Movie Domain 2-Hop (test) | BLEU25.6 | 5 | |
| Knowledge-based Dialogue | Synthetic Movie Domain Hop>=3 (test) | BLEU24.7 | 5 | |
| Knowledge-based Dialogue | Synthetic Movie Domain All (test) | BLEU27.2 | 5 | |
| Knowledge-Grounded Dialogue Generation | Synthetic dataset Hotel Domain (test) | BLEU (1-Hop)20.6 | 5 |