paper-with-me

Papers

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

2026-03-14 · Hang Gao, Dimitris N. Metaxas arxiv

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ïve 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.

📄 PDF Abstract BibTeX arXiv:2603.14006

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Explicit Graph Reasoning Fusing Knowledge and Contextual Information for Multi-hop Question Answering

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Zhenyun Deng, Yonghua Zhu, Qianqian Qi, Michael Witbrock 외

Current graph-neural-network-based (GNN-based) approaches to multi-hop questions integrate clues from scattered paragraphs in an entity graph, achieving implicit reasoning by synchronous update of graph node representati…

Graph Neural NetworkMulti-hop Question AnsweringQuestion AnsweringSentence

Explainable and Explicit Visual Reasoning over Scene Graphs

2018-12-05 · CVPR 2019 6 · Jiaxin Shi, Hanwang Zhang, Juanzi Li

We aim to dismantle the prevalent black-box neural architectures used in complex visual reasoning tasks, into the proposed eXplainable and eXplicit Neural Modules (XNMs), which advance beyond existing neural module netwo…

Inductive BiasVisual Question Answering (VQA)Visual Reasoning

Iterative Visual Reasoning Beyond Convolutions

2018-03-29 · CVPR 2018 6 · Xinlei Chen, Li-Jia Li, Li Fei-Fei, Abhinav Gupta

We present a novel framework for iterative visual reasoning. Our framework goes beyond current recognition systems that lack the capability to reason beyond stack of convolutions. The framework consists of two core modul…

Visual Reasoning

NoisyGRPO: Incentivizing Multimodal CoT Reasoning via Noise Injection and Bayesian Estimation

2025-10-24 · Longtian Qiu, Shan Ning, Jiaxuan Sun, Xuming He arxiv

Reinforcement learning (RL) has shown promise in enhancing the general Chain-of-Thought (CoT) reasoning capabilities of multimodal large language models (MLLMs). However, when applied to improve general CoT reasoning, ex…

Reinforcement LearningBayesian Inference

Learning Contextualized Knowledge Structures for Commonsense Reasoning

2020-10-24 · Findings (ACL) 2021 8 · Jun Yan, Mrigank Raman, Aaron Chan, Tianyu Zhang 외

Recently, knowledge graph (KG) augmented models have achieved noteworthy success on various commonsense reasoning tasks. However, KG edge (fact) sparsity and noisy edge extraction/generation often hinder models from obta…

Knowledge GraphsNatural Language InferenceQuestion Answering