CLSep 11, 2023

Two is Better Than One: Answering Complex Questions by Multiple Knowledge Sources with Generalized Links

Peking U
arXiv:2309.05201v13 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving question-answering accuracy for complex queries by better utilizing multiple knowledge sources, though it appears incremental as it builds on prior KB fusion approaches.

The paper tackles the problem of answering complex factoid questions using multiple knowledge bases by introducing a novel Multi-KB-QA task that leverages full and partial links between KBs, and shows that their method significantly outperforms conventional KB-QA systems in experiments.

Incorporating multiple knowledge sources is proven to be beneficial for answering complex factoid questions. To utilize multiple knowledge bases (KB), previous works merge all KBs into a single graph via entity alignment and reduce the problem to question-answering (QA) over the fused KB. In reality, various link relations between KBs might be adopted in QA over multi-KBs. In addition to the identity between the alignable entities (i.e. full link), unalignable entities expressing the different aspects or types of an abstract concept may also be treated identical in a question (i.e. partial link). Hence, the KB fusion in prior works fails to represent all types of links, restricting their ability to comprehend multi-KBs for QA. In this work, we formulate the novel Multi-KB-QA task that leverages the full and partial links among multiple KBs to derive correct answers, a benchmark with diversified link and query types is also constructed to efficiently evaluate Multi-KB-QA performance. Finally, we propose a method for Multi-KB-QA that encodes all link relations in the KB embedding to score and rank candidate answers. Experiments show that our method markedly surpasses conventional KB-QA systems in Multi-KB-QA, justifying the necessity of devising this task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes