English

Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering

Computation and Language 2022-07-28 v2

Abstract

Recent works on knowledge base question answering (KBQA) retrieve subgraphs for easier reasoning. A desired subgraph is crucial as a small one may exclude the answer but a large one might introduce more noises. However, the existing retrieval is either heuristic or interwoven with the reasoning, causing reasoning on the partial subgraphs, which increases the reasoning bias when the intermediate supervision is missing. This paper proposes a trainable subgraph retriever (SR) decoupled from the subsequent reasoning process, which enables a plug-and-play framework to enhance any subgraph-oriented KBQA model. Extensive experiments demonstrate SR achieves significantly better retrieval and QA performance than existing retrieval methods. Via weakly supervised pre-training as well as the end-to-end fine-tuning, SRl achieves new state-of-the-art performance when combined with NSM, a subgraph-oriented reasoner, for embedding-based KBQA methods.

Keywords

Cite

@article{arxiv.2202.13296,
  title  = {Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering},
  author = {Jing Zhang and Xiaokang Zhang and Jifan Yu and Jian Tang and Jie Tang and Cuiping Li and Hong Chen},
  journal= {arXiv preprint arXiv:2202.13296},
  year   = {2022}
}

Comments

The experimental results are updated by fixing the data leakage issue in the code

R2 v1 2026-06-24T09:55:12.809Z