Beyond NED: Fast and Effective Search Space Reduction for Complex Question Answering over Knowledge Bases
Philipp Christmann, Rishiraj Saha Roy, Gerhard Weikum

TL;DR
This paper introduces CLOCQ, a novel method for efficiently reducing the search space in complex knowledge base question answering by leveraging KB-aware signals, leading to improved accuracy and speed.
Contribution
CLOCQ is a new approach that prunes irrelevant KB parts using combined signals and a top-k query processor, outperforming existing methods in complex QA tasks.
Findings
CLOCQ improves answer presence over baselines.
It reduces the size of the search space significantly.
It achieves faster runtimes in complex question answering.
Abstract
Answering complex questions over knowledge bases (KB-QA) faces huge input data with billions of facts, involving millions of entities and thousands of predicates. For efficiency, QA systems first reduce the answer search space by identifying a set of facts that is likely to contain all answers and relevant cues. The most common technique for doing this is to apply named entity disambiguation (NED) systems to the question, and retrieve KB facts for the disambiguated entities. This work presents CLOCQ, an efficient method that prunes irrelevant parts of the search space using KB-aware signals. CLOCQ uses a top-k query processor over score-ordered lists of KB items that combine signals about lexical matching, relevance to the question, coherence among candidate items, and connectivity in the KB graph. Experiments with two recent QA benchmarks for complex questions demonstrate the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
