Improved Neural Relation Detection for Knowledge Base Question Answering
Relation detection is a core component for many NLP applications including Knowledge Base Question Answering (KBQA). In this paper, we propose a hierarchical recurrent neural network enhanced by residual learning that detects KB relations given an input question. Our method uses deep residual bidirectional LSTMs to compare questions and relation names via different hierarchies of abstraction. Additionally, we propose a simple KBQA system that integrates entity linking and our proposed relation detector to enable one enhance another. Experimental results evidence that our approach achieves not only outstanding relation detection performance, but more importantly, it helps our KBQA system to achieve state-of-the-art accuracy for both single-relation (SimpleQuestions) and multi-relation (WebQSP) QA benchmarks.
Code (0)
등록된 구현이 없습니다.
Tasks
Entity LinkingKnowledge Base Question AnsweringQuestion AnsweringRelationSimilar Papers 제목 키워드 기반
Knowledge Base Relation Detection via Multi-View Matching
Relation detection is a core component for Knowledge Base Question Answering (KBQA). In this paper, we propose a KB relation detection model via multi-view matching which utilizes more useful information extracted from q…
Knowledge Base Question AnsweringQuestion AnsweringRelationA Multi-label Multi-hop Relation Detection Model based on Relation-aware Sequence Generation
Multi-hop relation detection in Knowledge Base Question Answering (KBQA) aims at retrieving the relation path starting from the topic entity to the answer node based on a given question, where the relation path may compr…
Knowledge Base Question AnsweringMulti-Label LearningQuestion AnsweringRelationARCNN: A Semantic Enhanced Relation Detection Model for Knowledge Base Question Answering
Relation detection plays an important role in knowledge base question answering (KBQA), and it is critical for the final performance of KBQA systems. The previous works mainly focused on enriching the information represe…
Knowledge Base Question AnsweringQuestion AnsweringRelationA Divide-And-Conquer Approach for Multi-label Multi-hop Relation Detection in Knowledge Base Question Answering
Relation detection in knowledge base question answering, aims to identify the path(s) of relations starting from the topic entity node that is linked to the answer node in knowledge graph. Such path might consist of mult…
Knowledge Base Question AnsweringQuestion AnsweringRelationAn Attention-Based Word-Level Interaction Model: Relation Detection for Knowledge Base Question Answering
Relation detection plays a crucial role in Knowledge Base Question Answering (KBQA) because of the high variance of relation expression in the question. Traditional deep learning methods follow an encoding-comparing para…
Knowledge Base Question AnsweringQuestion AnsweringRelationSemantic Similarity+1