English

Case-based Reasoning for Natural Language Queries over Knowledge Bases

Computation and Language 2021-11-09 v2 Artificial Intelligence Machine Learning

Abstract

It is often challenging to solve a complex problem from scratch, but much easier if we can access other similar problems with their solutions -- a paradigm known as case-based reasoning (CBR). We propose a neuro-symbolic CBR approach (CBR-KBQA) for question answering over large knowledge bases. CBR-KBQA consists of a nonparametric memory that stores cases (question and logical forms) and a parametric model that can generate a logical form for a new question by retrieving cases that are relevant to it. On several KBQA datasets that contain complex questions, CBR-KBQA achieves competitive performance. For example, on the ComplexWebQuestions dataset, CBR-KBQA outperforms the current state of the art by 11\% on accuracy. Furthermore, we show that CBR-KBQA is capable of using new cases \emph{without} any further training: by incorporating a few human-labeled examples in the case memory, CBR-KBQA is able to successfully generate logical forms containing unseen KB entities as well as relations.

Keywords

Cite

@article{arxiv.2104.08762,
  title  = {Case-based Reasoning for Natural Language Queries over Knowledge Bases},
  author = {Rajarshi Das and Manzil Zaheer and Dung Thai and Ameya Godbole and Ethan Perez and Jay-Yoon Lee and Lizhen Tan and Lazaros Polymenakos and Andrew McCallum},
  journal= {arXiv preprint arXiv:2104.08762},
  year   = {2021}
}

Comments

EMNLP 2021

R2 v1 2026-06-24T01:17:30.175Z