AICLJul 14, 2025

Automating SPARQL Query Translations between DBpedia and Wikidata

arXiv:2507.10045v1h-index: 7
Originality Synthesis-oriented
AI Analysis

This addresses a gap in knowledge graph interoperability research, but it is incremental as it applies existing LLM methods to a new task.

This paper tackled the problem of automatically translating SPARQL queries between knowledge graph schemas like DBpedia and Wikidata using large language models, finding that performance varied significantly across models and prompting strategies, with translations from Wikidata to DBpedia working much better than the reverse.

This paper investigates whether state-of-the-art Large Language Models (LLMs) can automatically translate SPARQL between popular Knowledge Graph (KG) schemas. We focus on translations between the DBpedia and Wikidata KG, and later on DBLP and OpenAlex KG. This study addresses a notable gap in KG interoperability research by rigorously evaluating LLM performance on SPARQL-to-SPARQL translation. Two benchmarks are assembled, where the first align 100 DBpedia-Wikidata queries from QALD-9-Plus; the second contains 100 DBLP queries aligned to OpenAlex, testing generalizability beyond encyclopaedic KGs. Three open LLMs: Llama-3-8B, DeepSeek-R1-Distill-Llama-70B, and Mistral-Large-Instruct-2407 are selected based on their sizes and architectures and tested with zero-shot, few-shot, and two chain-of-thought variants. Outputs were compared with gold answers, and resulting errors were categorized. We find that the performance varies markedly across models and prompting strategies, and that translations for Wikidata to DBpedia work far better than translations for DBpedia to Wikidata.

Foundations

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

Your Notes