English

Towards Evaluating Large Language Models for Graph Query Generation

Emerging Technologies 2024-11-19 v2 Computation and Language

Abstract

Large Language Models (LLMs) are revolutionizing the landscape of Generative Artificial Intelligence (GenAI), with innovative LLM-backed solutions emerging rapidly. However, when applied to database technologies, specifically query generation for graph databases and Knowledge Graphs (KGs), LLMs still face significant challenges. While research on LLM-driven query generation for Structured Query Language (SQL) exists, similar systems for graph databases remain underdeveloped. This paper presents a comparative study addressing the challenge of generating Cypher queries a powerful language for interacting with graph databases using open-access LLMs. We rigorously evaluate several LLM agents (OpenAI ChatGPT 4o, Claude Sonnet 3.5, Google Gemini Pro 1.5, and a locally deployed Llama 3.1 8B) using a designed few-shot learning prompt and Retrieval Augmented Generation (RAG) backed by Chain-of-Thoughts (CoT) reasoning. Our empirical analysis of query generation accuracy reveals that Claude Sonnet 3.5 outperforms its counterparts in this specific domain. Further, we highlight promising future research directions to address the identified limitations and advance LLM-driven query generation for graph databases.

Keywords

Cite

@article{arxiv.2411.08449,
  title  = {Towards Evaluating Large Language Models for Graph Query Generation},
  author = {Siraj Munir and Alessandro Aldini},
  journal= {arXiv preprint arXiv:2411.08449},
  year   = {2024}
}

Comments

Paper accepted and will be presented at CSCI2024 in December 2024, Later will be published at Springer LNCS

R2 v1 2026-06-28T19:58:06.871Z