CLJul 10

AgentKGV: Agentic LLM-RAG Framework with Two-Stage Training for the Fact Verification of Knowledge Graphs

arXiv:2607.0909223.4h-index: 1
Predicted impact top 14% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the critical challenge of scalable and accurate fact verification for industrial-scale knowledge graphs, offering a cost-efficient solution.

AgentKGV proposes an agentic LLM-RAG framework with two-stage training for fact verification of knowledge graphs, achieving a 9.4 percentage point macro-F1 improvement over single-turn RAG on the T-REx benchmark and reducing search calls from 3.24 to 1.63 without accuracy loss.

Knowledge graphs (KGs) are often automatically constructed from large-scale corpora, but they inevitably contain factual errors due to noisy sources and extraction failures, and verifying them reliably at industrial scale remains a critical challenge. To address this, we propose AgentKGV, the Agentic LLM-RAG framework for KG fact Verification, that integrates dynamic routing and iterative query rewriting, which handles surface-form mismatch in document-level retrieval. To make this framework more accurate and cost-efficient for industrial deployment, we further introduce a two-stage training strategy: turn-level distillation-based SFT that transfers reasoning ability from a large teacher model into a small model for stable query rewriting and reasoning, and trajectory-level GRPO that optimizes the search policy to reduce unnecessary retrieval at scale. On the long-tail-predicate split of the open-domain T-REx benchmark, our framework improves macro-F1 over single-turn RAG by 5.5 \%p, and two-stage training does it further by 9.4 \%p. GRPO also cuts the average number of search calls from 3.24 to 1.63 without lowering accuracy.

Foundations

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

Your Notes