Question Answering over Knowledge Base using Language Model Embeddings
Sai Sharath Japa, Rekabdar Banafsheh

TL;DR
This paper explores using pre-trained language model embeddings, specifically BERT, with a two-way attention mechanism and CNN architecture to improve knowledge base question answering accuracy and address limitations of existing embedding methods.
Contribution
It introduces a novel approach combining BERT embeddings with a multi-head attention mechanism and CNN for enhanced knowledge base question answering.
Findings
BERT embeddings outperform other methods in KBQA tasks.
Two-way attention improves question-answer mapping accuracy.
The proposed model shows superior results in experiments.
Abstract
Knowledge Base, represents facts about the world, often in some form of subsumption ontology, rather than implicitly, embedded in procedural code, the way a conventional computer program does. While there is a rapid growth in knowledge bases, it poses a challenge of retrieving information from them. Knowledge Base Question Answering is one of the promising approaches for extracting substantial knowledge from Knowledge Bases. Unlike web search, Question Answering over a knowledge base gives accurate and concise results, provided that natural language questions can be understood and mapped precisely to an answer in the knowledge base. However, some of the existing embedding-based methods for knowledge base question answering systems ignore the subtle correlation between the question and the Knowledge Base (e.g., entity types, relation paths, and context) and suffer from the Out Of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · WordPiece · Adam · Softmax · Layer Normalization · Dense Connections · Multi-Head Attention · Refunds@Expedia|||How do I get a full refund from Expedia? · Dropout · Linear Warmup With Linear Decay
