On July 10, 2026, researchers Yumin Heo, Hyeon-gu Lee, Sumin Seo, and Youngjoong Ko introduced the AgentKGV framework aimed at improving the fact verification of knowledge graphs (KGs). This innovative framework addresses the challenge of verifying KGs, which often contain factual errors due to noisy data sources and extraction failures.
Understanding the AgentKGV Framework
The AgentKGV framework employs a two-stage training strategy that enhances accuracy and cost-efficiency for industrial applications. The first component is a turn-level distillation-based supervised fine-tuning (SFT) process that transfers reasoning capabilities from a larger teacher model to a smaller one, enabling stable query rewriting and reasoning.
The second component, trajectory-level GRPO (Generalized Reinforcement Policy Optimization), optimizes the search policy, significantly reducing unnecessary retrieval calls while maintaining accuracy. This dual approach improves the overall efficiency of fact verification.
Performance Improvements in Fact Verification
In testing against the long-tail-predicate split of the open-domain T-REx benchmark, the AgentKGV framework demonstrated a remarkable improvement in macro-F1 scores. The framework outperformed traditional single-turn RAG models by 5.5 percentage points, with the two-stage training yielding an additional 9.4 percentage points.




