CLDBIRJul 10, 2025

GRASP: Generic Reasoning And SPARQL Generation across Knowledge Graphs

arXiv:2507.08107v15 citationsh-index: 1Has CodeSemWeb
Originality Incremental advance
AI Analysis

This addresses the challenge of querying diverse knowledge graphs efficiently for users in data integration and semantic web applications, though it is incremental as it builds on existing LLM and SPARQL techniques.

The paper tackles the problem of generating SPARQL queries from natural language for RDF knowledge graphs without fine-tuning, achieving state-of-the-art results on Wikidata benchmarks and competitive performance on Freebase and other graphs.

We propose a new approach for generating SPARQL queries on RDF knowledge graphs from natural language questions or keyword queries, using a large language model. Our approach does not require fine-tuning. Instead, it uses the language model to explore the knowledge graph by strategically executing SPARQL queries and searching for relevant IRIs and literals. We evaluate our approach on a variety of benchmarks (for knowledge graphs of different kinds and sizes) and language models (of different scales and types, commercial as well as open-source) and compare it with existing approaches. On Wikidata we reach state-of-the-art results on multiple benchmarks, despite the zero-shot setting. On Freebase we come close to the best few-shot methods. On other, less commonly evaluated knowledge graphs and benchmarks our approach also performs well overall. We conduct several additional studies, like comparing different ways of searching the graphs, incorporating a feedback mechanism, or making use of few-shot examples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes