English

KG-Agent: An Efficient Autonomous Agent Framework for Complex Reasoning over Knowledge Graph

Computation and Language 2024-02-20 v1

Abstract

In this paper, we aim to improve the reasoning ability of large language models (LLMs) over knowledge graphs (KGs) to answer complex questions. Inspired by existing methods that design the interaction strategy between LLMs and KG, we propose an autonomous LLM-based agent framework, called KG-Agent, which enables a small LLM to actively make decisions until finishing the reasoning process over KGs. In KG-Agent, we integrate the LLM, multifunctional toolbox, KG-based executor, and knowledge memory, and develop an iteration mechanism that autonomously selects the tool then updates the memory for reasoning over KG. To guarantee the effectiveness, we leverage program language to formulate the multi-hop reasoning process over the KG, and synthesize a code-based instruction dataset to fine-tune the base LLM. Extensive experiments demonstrate that only using 10K samples for tuning LLaMA-7B can outperform state-of-the-art methods using larger LLMs or more data, on both in-domain and out-domain datasets. Our code and data will be publicly released.

Keywords

Cite

@article{arxiv.2402.11163,
  title  = {KG-Agent: An Efficient Autonomous Agent Framework for Complex Reasoning over Knowledge Graph},
  author = {Jinhao Jiang and Kun Zhou and Wayne Xin Zhao and Yang Song and Chen Zhu and Hengshu Zhu and Ji-Rong Wen},
  journal= {arXiv preprint arXiv:2402.11163},
  year   = {2024}
}

Comments

work in progress; efficient 7B LLM-based agent

R2 v1 2026-06-28T14:51:36.562Z