Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals

About

Multi-hop Knowledge Base Question Answering (KBQA) aims to find the answer entities that are multiple hops away in the Knowledge Base (KB) from the entities in the question. A major challenge is the lack of supervision signals at intermediate steps. Therefore, multi-hop KBQA algorithms can only receive the feedback from the final answer, which makes the learning unstable or ineffective. To address this challenge, we propose a novel teacher-student approach for the multi-hop KBQA task. In our approach, the student network aims to find the correct answer to the query, while the teacher network tries to learn intermediate supervision signals for improving the reasoning capacity of the student network. The major novelty lies in the design of the teacher network, where we utilize both forward and backward reasoning to enhance the learning of intermediate entity distributions. By considering bidirectional reasoning, the teacher network can produce more reliable intermediate supervision signals, which can alleviate the issue of spurious reasoning. Extensive experiments on three benchmark datasets have demonstrated the effectiveness of our approach on the KBQA task. The code to reproduce our analysis is available at https://github.com/RichardHGL/WSDM2021_NSM.

Gaole He, Yunshi Lan, Jing Jiang, Wayne Xin Zhao, Ji-Rong Wen• 2021

Related benchmarks

TaskDatasetResultRank
Knowledge Base Question AnsweringWEBQSP (test)
Hit@174.3
143
Knowledge Graph Question AnsweringWebQSP
Hit@174.31
122
Knowledge Graph Question AnsweringCWQ
Hit@153.92
105
Knowledge Graph Question AnsweringCWQ (test)
Hits@147.6
69
Knowledge Base Question AnsweringWebQSP Freebase (test)
F1 Score67.4
46
Knowledge Base Question AnsweringCWQ (test)
F1 Score44
42
Question AnsweringMetaQA 3-hop
Hits@198.9
38
Knowledge Base Question AnsweringMetaQA 1hop
Hits@197.3
28
Knowledge Graph Question AnsweringComplexWebQuestions (CWQ) 1.1 (test)
Hit@10.488
25
Knowledge Graph Question AnsweringMetaQA 2-hop (test)
Hits@199.9
20
Showing 10 of 17 rows

Other info

Code

Follow for update