Knowledge Base Question Answering by Case-based Reasoning over Subgraphs
Rajarshi Das, Ameya Godbole, Ankita Naik, Elliot Tower, Robin Jia,, Manzil Zaheer, Hannaneh Hajishirzi, Andrew McCallum

TL;DR
This paper introduces a novel case-based reasoning model for knowledge base question answering that leverages local subgraph similarities to improve reasoning and scalability over large KBs.
Contribution
The paper proposes CBR-SUBG, a semiparametric model that dynamically retrieves similar subgraphs and learns reasoning patterns, enabling scalable and accurate KBQA.
Findings
Achieves competitive performance on KBQA benchmarks.
Reduces subgraph size by 55% while increasing answer recall.
Demonstrates effective reasoning over large knowledge bases.
Abstract
Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to answer a query type reoccur for various entities in their respective subgraph neighborhoods. Leveraging this structural similarity between local neighborhoods of different subgraphs, we introduce a semiparametric model (CBR-SUBG) with (i) a nonparametric component that for each query, dynamically retrieves other similar -nearest neighbor (KNN) training queries along with query-specific subgraphs and (ii) a parametric component that is trained to identify the (latent) reasoning patterns from the subgraphs of KNN queries and then apply them to the subgraph of the target query. We also propose an adaptive subgraph collection strategy to select a query-specific compact…
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 · Natural Language Processing Techniques · Advanced Graph Neural Networks
