Bidirectional Attentive Memory Networks For Question Answering Over Knowledge Bases | Awesome LLM Papers Contribute to Awesome LLM Papers

Bidirectional Attentive Memory Networks For Question Answering Over Knowledge Bases

Yu Chen, Lingfei Wu, Mohammed J. Zaki . Proceedings of the 2019 Conference of the North 2019 – 120 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Uncategorized

When answering natural language questions over knowledge bases (KBs), different question components and KB aspects play different roles. However, most existing embedding-based methods for knowledge base question answering (KBQA) ignore the subtle inter-relationships between the question and the KB (e.g., entity types, relation paths and context). In this work, we propose to directly model the two-way flow of interactions between the questions and the KB via a novel Bidirectional Attentive Memory Network, called BAMnet. Requiring no external resources and only very few hand-crafted features, on the WebQuestions benchmark, our method significantly outperforms existing information-retrieval based methods, and remains competitive with (hand-crafted) semantic parsing based methods. Also, since we use attention mechanisms, our method offers better interpretability compared to other baselines.

Similar Work