CLMay 19

Text-to-SPARQL Generation with Reinforcement Learning: A GRPO-based Approach on DBLP

arXiv:2605.2006675.1
AI Analysis

For knowledge graph question answering, this paper demonstrates that outcome-based reinforcement learning is a viable training strategy when gold queries are unavailable, though it remains less accurate than supervised finetuning.

This work applies Group-Relative Policy Optimization (GRPO) to train a small language model (Qwen3-1.7B) for zero-shot Text-to-SPARQL generation on DBLP-QuAD, achieving substantial improvements over the zero-shot baseline while supervised DoRA finetuning yields higher overall accuracy.

Knowledge graph question answering seeks to translate natural language questions into executable queries over knowledge graphs, but existing approaches often rely on large models or full supervision in the form of gold query annotations. This study examines whether reinforcement learning with outcome-based rewards can train a small instruction-tuned language model to perform zero-shot Text-to-SPARQL generation in the scholarly domain. Group-Relative Policy Optimization (GRPO) is applied to the Qwen3-1.7B model on DBLP-QuAD, using prompts that combine natural language questions with symbolic hints about entities and relations. Training relies on execution feedback, structural constraints, and answer-level rewards, with an additional variant that incorporates gold-query-based shaping. The resulting models are compared to the unmodified zero-shot baseline and to a supervised DoRA-finetuned baseline across answer-level accuracy, execution accuracy, category-wise scores, and generalization to held-out templates. GRPO substantially improves over the zero-shot baseline and exhibits competitive generalization, while supervised DoRA finetuning achieves higher overall accuracy on the same model scale. Ablation analyses indicate that execution-based rewards account for most gains, with additional shaping yielding limited additional benefit, suggesting that outcome-based reinforcement learning is a viable training strategy when gold queries are unavailable for token-level supervision.

Foundations

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

Your Notes