Knowledge-aware Dialogue Generation with Hybrid Attention (Student Abstract)

Yaru Zhao,Bo Cheng,Yingying Zhang
DOI: https://doi.org/10.1609/aaai.v35i18.17972
2021-05-18
Proceedings of the AAAI Conference on Artificial Intelligence
Abstract:Using commonsense knowledge to assist dialogue generation is a big step forward for dialogue generation task. However, how to fully utilize commonsense information is always a challenge. Furthermore, the entities generated in the response do not match the information in the post most often. In this paper, we propose a dialogue generation model which uses hybrid attention to better generate rational entities. When a user post is given, the model encodes relevant knowledge graphs from a knowledge base with a graph attention mechanism. Then it will encode the user post and graphs with a co-attention mechanism, which effectively encodes complex related data. Through the above mechanism, we can get a better mutual understanding of post and knowledge. The experimental results show that our model is more effective than the current state-of-the-art model (CCM).
What problem does this paper attempt to address?