Enhancing Dialogue Generation via Dynamic Graph Knowledge Aggregation
Chen Tang, Hongbo Zhang, Tyler Loakman, Chenghua Lin, Frank Guerin

TL;DR
This paper introduces a dynamic graph knowledge aggregation framework that integrates external graph knowledge into dialogue generation models, effectively bridging the semantic gap between text and graph representations to produce more informative responses.
Contribution
It proposes a novel hierarchical graph attention method with pseudo nodes for better feature aggregation, improving dialogue generation performance over existing models.
Findings
Outperforms state-of-the-art baselines on dialogue generation tasks.
Fills the semantic gap between text and graph knowledge representations.
Enables the language model to select more relevant knowledge triples for responses.
Abstract
Incorporating external graph knowledge into neural chatbot models has been proven effective for enhancing dialogue generation. However, in conventional graph neural networks (GNNs), message passing on a graph is independent from text, resulting in the graph representation hidden space differing from that of the text. This training regime of existing models therefore leads to a semantic gap between graph knowledge and text. In this study, we propose a novel framework for knowledge graph enhanced dialogue generation. We dynamically construct a multi-hop knowledge graph with pseudo nodes to involve the language model in feature aggregation within the graph at all steps. To avoid the semantic biases caused by learning on vanilla subgraphs, the proposed framework applies hierarchical graph attention to aggregate graph features on pseudo nodes and then attains a global feature. Therefore, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · AI in Service Interactions · Multimodal Machine Learning Applications
