View a PDF of the paper titled R2-KG: General-Purpose Dual-Agent Framework for Reliable Reasoning on Knowledge Graphs, by Sumin Jo and 3 other authors
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 significantly enhances reliability. Experiments across five diverse benchmarks show that R2-KG consistently outperforms baselines in both accuracy and reliability, regardless of the inherent capability of LLMs used as the Operator. Further experiments reveal that the single-agent version of R2-KG, equipped with a strict self-consistency strategy, achieves significantly higher-than-baseline reliability with reduced inference cost but increased abstention rate in complex KGs. Our findings establish R2-KG as a flexible and cost-effective solution for KG-based reasoning, reducing reliance on high-capacity LLMs while ensuring trustworthy inference. The code is available at this https URL.
Submission history
From: Junseong Choi [view email]
[v1]
Tue, 18 Feb 2025 11:31:52 UTC (714 KB)
[v2]
Thu, 6 Mar 2025 06:41:40 UTC (714 KB)
[v3]
Mon, 24 Mar 2025 02:24:19 UTC (714 KB)
[v4]
Thu, 27 Mar 2025 07:49:51 UTC (714 KB)
[v5]
Tue, 20 May 2025 11:24:19 UTC (799 KB)
Source link
#GeneralPurpose #DualAgent #Framework #Reliable #Reasoning #Knowledge #Graphs