paper-with-me

홈 › Papers

RJE: A Retrieval-Judgment-Exploration Framework for Efficient Knowledge Graph Question Answering with LLMs

2025-09-25 · Can Lin, Zhengwang Jiang, Ling Zheng, Qi Zhao, Yuhang Zhang, Qi Song, Wangqiu Zhou arxiv

Knowledge graph question answering (KGQA) aims to answer natural language questions using knowledge graphs. Recent research leverages large language models (LLMs) to enhance KGQA reasoning, but faces limitations: retrieval-based methods are constrained by the quality of retrieved information, while agent-based methods rely heavily on proprietary LLMs. To address these limitations, we propose Retrieval-Judgment-Exploration (RJE), a framework that retrieves refined reasoning paths, evaluates their sufficiency, and conditionally explores additional evidence. Moreover, RJE introduces specialized auxiliary modules enabling small-sized LLMs to perform effectively: Reasoning Path Ranking, Question Decomposition, and Retriever-assisted Exploration. Experiments show that our approach with proprietary LLMs (such as GPT-4o-mini) outperforms existing baselines while enabling small open-source LLMs (such as 3B and 8B parameters) to achieve competitive results without fine-tuning LLMs. Additionally, RJE substantially reduces the number of LLM calls and token usage compared to agent-based methods, yielding significant efficiency improvements.

📄 PDF Abstract BibTeX arXiv:2510.01257

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

LegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal Reasoning

2026-05-27 · Zerui Chen, Qinggang Zhang, Zhishang Xiang, Zhimin Wei 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) advances flat document retrieval by structuring knowledge as relational graphs, enabling more coherent and effective reasoning. However, applying it to specific domai…

Legal Reasoning

Guided Navigation in Knowledge-Dense Environments: Structured Semantic Exploration with Guidance Graphs

2025-08-06 · Dehao Tao, Guangjie Liu, Weizheng, Yongfeng Huang 외 arxiv

While Large Language Models (LLMs) exhibit strong linguistic capabilities, their reliance on static knowledge and opaque reasoning processes limits their performance in knowledge intensive tasks. Knowledge graphs (KGs) o…

Knowledge Graphs

YpathRAG:A Retrieval-Augmented Generation Framework and Benchmark for Pathology

2025-10-07 · Deshui Yu, Yizhi Wang, Saihui Jin, Taojie Zhu 외 arxiv

Large language models (LLMs) excel on general tasks yet still hallucinate in high-barrier domains such as pathology. Prior work often relies on domain fine-tuning, which neither expands the knowledge boundary nor enforce…

OnSET: Ontology and Semantic Exploration Toolkit

2025-04-11 · Benedikt Kantz, Kevin Innerebner, Peter Waldert, Stefan Lengauer 외

Retrieval over knowledge graphs is usually performed using dedicated, complex query languages like SPARQL. We propose a novel system, Ontology and Semantic Exploration Toolkit (OnSET) that allows non-expert users to easi…

Knowledge GraphsRetrieval

NeuroSymActive: Differentiable Neural-Symbolic Reasoning with Active Exploration for Knowledge Graph Question Answering

2026-02-17 · Rong Fu, Yang Li, Zeyu Zhang, Jiekai Wu 외 arxiv

Large pretrained language models and neural reasoning systems have advanced many natural language tasks, yet they remain challenged by knowledge-intensive queries that require precise, structured multi-hop inference. Kno…

Graph Question AnsweringKnowledge Graphs