English

Exemplar-Guided Planing: Enhanced LLM Agent for KGQA

Computation and Language 2025-10-20 v1 Artificial Intelligence

Abstract

Large Language Models (LLMs) as interactive agents show significant promise in Knowledge Graph Question Answering (KGQA) but often struggle with the semantic gap between natural language queries and structured knowledge graph (KG) representations. This leads to suboptimal planning and inefficient exploration on KG, while training-free approaches often underutilize valuable reasoning patterns in training data. To address these limitations, we propose a novel framework, Exemplar-Guided Planning (EGP), which enhances the planning capabilities of LLM agents for KGQA. EGP first preprocesses the training set questions via entity templating to normalize semantic variations. It then retrieves highly similar exemplary questions and their successful reasoning paths from this preprocessed set using semantic embeddings and an efficient FAISS index. These retrieved exemplars dynamically guide the LLM's planning process in two key phases: (1) Task Decomposition, by aligning generated sub-objectives with proven reasoning steps, and (2) Relation Exploration, by providing high-quality auxiliary information to improve relation pruning accuracy. Additionally, we introduce a Smart Lookahead mechanism during relation exploration to improve efficiency by preemptively exploring promising paths and potentially terminating exploration earlier. We apply EGP to the Plan-on-Graph (PoG) framework, termed PoG-EGP. Extensive experiments on two real-world KGQA datasets, WebQSP and CWQ, demonstrate that PoG-EGP significantly improves over the baseline PoG system and other compared methods.

Keywords

Cite

@article{arxiv.2510.15283,
  title  = {Exemplar-Guided Planing: Enhanced LLM Agent for KGQA},
  author = {Jingao Xu and Shuoyoucheng Ma and Xin Song and Rong Jiang and Hongkui Tu and Bin Zhou},
  journal= {arXiv preprint arXiv:2510.15283},
  year   = {2025}
}
R2 v1 2026-07-01T06:42:29.307Z