paper-with-me

Papers

Improved Neural Relation Detection for Knowledge Base Question Answering

2017-04-20 · ACL 2017 7 · Mo Yu, Wenpeng Yin, Kazi Saidul Hasan, Cicero dos Santos, Bing Xiang, Bo-Wen Zhou

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.

📄 PDF Abstract BibTeX arXiv:1704.06194

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingKnowledge Base Question AnsweringQuestion AnsweringRelation

Similar Papers 제목 키워드 기반

Knowledge Base Relation Detection via Multi-View Matching

2018-03-01 · Yang Yu, Kazi Saidul Hasan, Mo Yu, Wei zhang 외

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 AnsweringRelation

A Multi-label Multi-hop Relation Detection Model based on Relation-aware Sequence Generation

2021-11-01 · Findings (EMNLP) 2021 11 · Linhai Zhang, Deyu Zhou, Chao Lin, Yulan He

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 AnsweringRelation

ARCNN: A Semantic Enhanced Relation Detection Model for Knowledge Base Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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 AnsweringRelation

A Divide-And-Conquer Approach for Multi-label Multi-hop Relation Detection in Knowledge Base Question Answering

2021-11-01 · Findings (EMNLP) 2021 11 · Deyu Zhou, Yanzheng Xiang, Linhai Zhang, Chenchen Ye 외

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 AnsweringRelation

An Attention-Based Word-Level Interaction Model: Relation Detection for Knowledge Base Question Answering

2018-01-30 · Hongzhi Zhang, Guandong Xu, Xiao Liang, Tinglei Huang 외

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