CLFeb 2

ROG: Retrieval-Augmented LLM Reasoning for Complex First-Order Queries over Knowledge Graphs

arXiv:2602.02382v1h-index: 13
Originality Highly original
AI Analysis

This addresses the difficulty of complex query reasoning over knowledge graphs for AI and data management applications, representing a novel method for a known bottleneck.

The paper tackled the problem of answering complex first-order logic queries over incomplete knowledge graphs by proposing ROG, a retrieval-augmented framework that combines query-aware neighborhood retrieval with LLM reasoning, resulting in consistent gains over embedding-based baselines, with the largest improvements on high-complexity and negation-heavy query types.

Answering first-order logic (FOL) queries over incomplete knowledge graphs (KGs) is difficult, especially for complex query structures that compose projection, intersection, union, and negation. We propose ROG, a retrieval-augmented framework that combines query-aware neighborhood retrieval with large language model (LLM) chain-of-thought reasoning. ROG decomposes a multi-operator query into a sequence of single-operator sub-queries and grounds each step in compact, query-relevant neighborhood evidence. Intermediate answer sets are cached and reused across steps, improving consistency on deep reasoning chains. This design reduces compounding errors and yields more robust inference on complex and negation-heavy queries. Overall, ROG provides a practical alternative to embedding-based logical reasoning by replacing learned operators with retrieval-grounded, step-wise inference. Experiments on standard KG reasoning benchmarks show consistent gains over strong embedding-based baselines, with the largest improvements on high-complexity and negation-heavy query types.

Foundations

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

Your Notes