Search-on-Graph-R1: Training Large Language Models to Search Knowledge Graphs with Reinforcement Learning Researchers introduced Search-on-Graph-R1 (SoGR1), an 8B-parameter model that internalizes knowledge graph navigation through supervised fine-tuning and reinforcement learning, outperforming all frozen frontier-LLM systems on WebQSP, CWQ, and GrailQA while achieving the strongest results on CWQ among compared systems. The method uses a frontier teacher scaffolded with gold SPARQL queries to generate grounded trajectories from Freebase, requiring no auxiliary modules at inference or LLM judges during training. arXiv:2607.18481v1 Announce Type: new Abstract: Knowledge graph question answering KGQA requires navigating from topic entities to an answer several relations away. Recent methods prompt a frontier LLM to explore the graph through a retrieval tool, but their reliance on frontier-scale inference makes them costly to deploy. We present Search-on-Graph-R1 \sogrone{} , which internalizes this navigation into a compact 8B model through supervised fine-tuning SFT followed by reinforcement learning RL . Our central idea is to scaffold a frontier teacher with each question's gold SPARQL query, so the teacher traverses a known answer-bearing path with a live \texttt{Search} tool rather than having to discover the path itself. Since every call executes against a live Freebase server, the resulting trajectories are grounded in the knowledge graph by construction. On WebQSP, CWQ, and GrailQA, \sogrone{} at 8B surpasses every frozen frontier-LLM system in our comparison and posts the strongest results on CWQ of any system we compare against. It does so using no auxiliary module at inference and no LLM judge during training. Isolating each training stage shows that SFT and RL contribute complementary gains, our approach transfers across model families, and RL learns to reach answers in fewer \texttt{Search} calls than its SFT initialization.