R2-KG: General-Purpose Dual-Agent Framework for Reliable Reasoning on Knowledge Graphs
Sumin Jo, Junseong Choi, Jiho Kim, Edward Choi

TL;DR
R2-KG is a dual-agent framework that improves reasoning on knowledge graphs by separating evidence gathering and judgment, enhancing reliability and reducing dependence on large models.
Contribution
It introduces a plug-and-play dual-agent system with an abstention mechanism, enabling cost-effective, reliable reasoning adaptable to various KGs and tasks.
Findings
Outperforms baselines in accuracy and reliability across five benchmarks.
Single-agent version with self-consistency achieves higher reliability with less inference cost.
Abstention mechanism improves trustworthiness by only answering with sufficient evidence.
Abstract
Recent studies have combined Large Language Models (LLMs) with Knowledge Graphs (KGs) to enhance reasoning, improving inference accuracy without additional training while mitigating hallucination. However, existing frameworks still suffer two practical drawbacks: they must be re-tuned whenever the KG or reasoning task changes, and they depend on a single, high-capacity LLM for reliable (i.e., trustworthy) reasoning. To address this, we introduce R2-KG, a plug-and-play, dual-agent framework that separates reasoning into two roles: an Operator (a low-capacity LLM) that gathers evidence and a Supervisor (a high-capacity LLM) that makes final judgments. This design is cost-efficient for LLM inference while still maintaining strong reasoning accuracy. Additionally, R2-KG employs an Abstention mechanism, generating answers only when sufficient evidence is collected from KG, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Logic, Reasoning, and Knowledge · Bayesian Modeling and Causal Inference
