paper-with-me

홈 › Papers

R2-KG: General-Purpose Dual-Agent Framework for Reliable Reasoning on Knowledge Graphs

2025-02-18 · Sumin Jo, Junseong Choi, Jiho Kim, Edward Choi

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 https://github.com/ekrxjwh2009/R2-KG/.

📄 PDF Abstract BibTeX arXiv:2502.12767

Code (1)

ekrxjwh2009/R2-KG 공식 구현

Tasks

HallucinationKnowledge Graphs

Similar Papers 제목 키워드 기반

Organizational Memory for Agentic Business Process Execution

2026-07-03 · Lukas Kirchdorfer, Adrian Rebmann, Christian Warmuth, Timotheus Kampik 외 arxiv

LLM-based agents offer new opportunities for automating business process execution beyond the limits of rule-based systems. However, general-purpose LLMs lack the organization-specific knowledge required for reliable exe…

SemaClaw: A Step Towards General-Purpose Personal AI Agents through Harness Engineering

2026-04-13 · Ningyan Zhu, Huacan Wang, Jie Zhou, Feiyu Chen 외 arxiv

The rise of OpenClaw in early 2026 marks the moment when millions of users began deploying personal AI agents into their daily lives, delegating tasks ranging from travel planning to multi-step research. This scale of ad…

ChainClaw: A Layered Agent Framework for Reliable On-Chain Execution

2026-08-06 · Jiacheng Wei, Zhaoxin Fan, Xin Wen, Yuqin Lan 외 arxiv

General-purpose large language model agents have achieved strong performance on tool-augmented tasks, yet they rely on assumptions break down in blockchain environments. On-chain execution is stateful, adversarial, and e…

RoboView-Bias: Benchmarking Visual Bias in Embodied Agents for Robotic Manipulation

2025-09-26 · Enguang Liu, Siyuan Liang, Liming Lu, Xiyu Zeng 외 arxiv

The safety and reliability of embodied agents rely on accurate and unbiased visual perception. However, existing benchmarks mainly emphasize generalization and robustness under perturbations, while systematic quantificat…

Building reliable sim driving agents by scaling self-play

2025-02-20 · Daphne Cornelisse, Aarav Pandya, Kevin Joseph, Joseph Suárez 외

Simulation agents are essential for designing and testing systems that interact with humans, such as autonomous vehicles (AVs). These agents serve various purposes, from benchmarking AV performance to stress-testing syst…

Autonomous VehiclesBenchmarkingGPU