AI Navigate

Beyond Explicit Edges: Robust Reasoning over Noisy and Sparse Knowledge Graphs

arXiv cs.CL / 3/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses the limitations of reasoning over noisy, sparse, or incomplete knowledge graphs by introducing INSES, a dynamic framework that goes beyond relying solely on explicit edges.
  • INSES combines LLM-guided navigation to prune noise with embedding-based similarity expansion to recover hidden links and bridge semantic gaps for improved multi-hop reasoning.
  • A lightweight router balances efficiency and depth by routing simple queries to Naive RAG and escalating complex ones to INSES.
  • On the MINE benchmark, INSES outperforms SOTA RAG and GraphRAG baselines, with robustness gains across KGGEN, GraphRAG, and OpenIE methods of 5%, 10%, and 27%, respectively.

Abstract

GraphRAG is increasingly adopted for converting unstructured corpora into graph structures to enable multi-hop reasoning. However, standard graph algorithms rely heavily on static connectivity and explicit edges, often failing in real-world scenarios where knowledge graphs (KGs) are noisy, sparse, or incomplete. To address this limitation, we introduce INSES (Intelligent Navigation and Similarity Enhanced Search), a dynamic framework designed to reason beyond explicit edges. INSES couples LLM-guided navigation, which prunes noise and steers exploration, with embedding-based similarity expansion to recover hidden links and bridge semantic gaps. Recognizing the computational cost of graph reasoning, we complement INSES with a lightweight router that delegates simple queries to Na\"ive RAG and escalates complex cases to INSES, balancing efficiency with reasoning depth. INSES consistently outperforms SOTA RAG and GraphRAG baselines across multiple benchmarks. Notably, on the MINE benchmark, it demonstrates superior robustness across KGs constructed by varying methods (KGGEN, GraphRAG, OpenIE), improving accuracy by 5%, 10%, and 27%, respectively.