← Latest papers
💬 NLP

Explore-on-Graph: Incentivizing Autonomous Exploration of Large Language Models on Knowledge Graphs with Path-refined Reward Modeling

This paper proposes Explore-on-Graph (EoG), a novel framework that leverages reinforcement learning with path-refined reward modeling to incentivize Large Language Models to autonomously explore diverse reasoning paths on Knowledge Graphs, thereby overcoming the limitations of prior methods and achieving state-of-the-art performance on KGQA benchmarks.

Original authors: Shiqi Yan, Yubo Chen, Ruiqi Zhou, Zhengxi Yao, Shuai Chen, Tianyi Zhang, Shijie Zhang, Wei Qiang Zhang, Yongfeng Huang, Haixin Duan, Yunqi Zhang

Published 2026-02-26
📖 5 min read🧠 Deep dive

Original authors: Shiqi Yan, Yubo Chen, Ruiqi Zhou, Zhengxi Yao, Shuai Chen, Tianyi Zhang, Shijie Zhang, Wei Qiang Zhang, Yongfeng Huang, Haixin Duan, Yunqi Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

🕵️‍♂️ The Problem: The "Cautious Tourist" vs. The "Adventurous Explorer"

Imagine you have a super-smart robot (a Large Language Model, or LLM) that loves to answer questions. To make sure it doesn't make things up (hallucinate), you give it a giant, detailed map of the world called a Knowledge Graph. This map connects facts like "Apple" → "is a company" → "Steve Jobs" → "lives in California."

The Old Way (Rule-Based & Imitation):
Previous methods were like giving the robot a strict tour guide script.

  • Rule-Based: "You can only walk on these specific paved paths. If you step on the grass, you get in trouble."
  • Imitation-Based: "Watch how I walk this path three times, then copy me exactly."

The Flaw: These robots are great at following the script, but if the question requires a path they've never seen before (like a hidden trail through the woods), they get stuck or guess wrong. They are too afraid to leave the beaten path. They lack generalization.

🚀 The Solution: "Explore-on-Graph" (EoG)

The authors propose a new framework called Explore-on-Graph (EoG). Instead of a strict tour guide, they turn the robot into an adventurous explorer who is rewarded for finding the treasure (the correct answer), even if it means taking a weird, unknown route.

They do this in two main stages:

Stage 1: The "School" (Supervised Fine-Tuning)

Before sending the robot into the wild, they put it in a classroom.

  • What happens: They show the robot thousands of examples of how to solve problems using the map, teaching it how to think step-by-step (Chain of Thought).
  • The Analogy: This is like teaching a student how to read a map and use a compass before sending them on a solo hike. They learn the basics so they don't get lost immediately.

Stage 2: The "Game" (Reinforcement Learning)

This is the magic part. The robot is now sent out to explore the map on its own, but with a special scoring system.

1. The "Treasure" Reward (Outcome Reward)

  • How it works: If the robot finds the right answer at the end of its journey, it gets a big gold star. If it gets lost or finds the wrong answer, it gets nothing.
  • The Analogy: It's like a video game where you only get points for reaching the final boss. This teaches the robot what to aim for.

2. The "Path" Reward (The Secret Sauce)

  • The Problem: Sometimes, a robot might get lucky and guess the right answer by taking a crazy, nonsensical path. Or, it might wander in circles for hours before finding the answer. This is inefficient.
  • The Fix: The authors added a second reward: The Path Reward.
  • How it works: The system checks the robot's journey. Did it walk through the right neighborhoods? Did it connect the right dots logically? Even if the answer is right, if the path was messy or missed key steps, the robot gets a smaller reward.
  • The Analogy: Imagine a GPS.
    • Old Way: "You arrived! Good job." (Even if you drove through a swamp and got your car stuck).
    • EoG Way: "You arrived! Good job. But you took a detour through a swamp. Next time, try the scenic route that actually makes sense."
    • This encourages the robot to find efficient, logical, and meaningful paths, not just lucky guesses.

🌟 Why This Matters: The "Out-of-Distribution" Superpower

The biggest win for EoG is handling Out-of-Distribution (O.O.D.) problems.

  • The Scenario: Imagine the robot has only ever seen maps of New York. If you ask it about a hidden alley in Tokyo, a "Rule-Based" robot will freeze because it's never seen that street.
  • The EoG Robot: Because it was trained to explore and verify paths rather than just memorize routes, it can look at the Tokyo map, figure out the logic, and say, "Hey, even though I've never been here, I can deduce that this street connects to that one based on the rules of the city."

🏆 The Results: Beating the Giants

The paper tested this on five different "mazes" (datasets) and compared it against:

  1. Other smart open-source robots.
  2. The most powerful, expensive "closed-source" robots (like GPT-5 and Gemini 2.5 Pro).

The Result: The EoG robot, built on smaller, open-source models, beat the giants. It solved complex puzzles better than the expensive models, proving that giving a robot the ability to explore is more powerful than just giving it a bigger brain.

🧠 Summary in One Sentence

EoG teaches AI to stop blindly copying old maps and start acting like a brave explorer, rewarding it not just for finding the treasure, but for taking the smartest, most logical path to get there.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →