Hypergraph Convolutional Network for Multi-Hop Knowledge Base Question Answering (Student Abstract)

Abstract

Graph convolutional networks (GCN) have been applied in knowledge base question answering (KBQA) task. However, the pairwise connection between nodes of GCN limits the representation capability of high-order data correlation. Furthermore, most previous work does not fully utilize the semantic relation information, which is vital to reasoning. In this paper, we propose a novel multi-hop KBQA model based on hypergraph convolutional network. By constructing a hypergraph, the form of pairwise connection between nodes and nodes is converted to the high-level connection between nodes and edges, which effectively encodes complex related data. To better exploit the semantic information of relations, we apply co-attention method to learn similarity between relation and query, and assign weights to different relations. Experimental results demonstrate the effectivity of the model.

Cite

Text

Han et al. "Hypergraph Convolutional Network for Multi-Hop Knowledge Base Question Answering (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I10.7172

Markdown

[Han et al. "Hypergraph Convolutional Network for Multi-Hop Knowledge Base Question Answering (Student Abstract)." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/han2020aaai-hypergraph/) doi:10.1609/AAAI.V34I10.7172

BibTeX

@inproceedings{han2020aaai-hypergraph,
  title     = {{Hypergraph Convolutional Network for Multi-Hop Knowledge Base Question Answering (Student Abstract)}},
  author    = {Han, Jiale and Cheng, Bo and Wang, Xu},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {13801-13802},
  doi       = {10.1609/AAAI.V34I10.7172},
  url       = {https://mlanthology.org/aaai/2020/han2020aaai-hypergraph/}
}