# KG-CQR: Leveraging Structured Relation Representations in Knowledge Graphs for Contextual Query Retrieval

**Authors:** Chi Minh Bui, Ngoc Mai Thieu, Van Vinh Nguyen, Jason J.Jung, Khac-Hoai Nam Bui

arXiv: 2508.20417 · 2025-09-09

## TL;DR

KG-CQR enhances retrieval in knowledge graph-based systems by enriching query context through structured relation representations, leading to improved accuracy in retrieval tasks without additional training.

## Contribution

It introduces a scalable, model-agnostic framework that leverages KG subgraph extraction and completion for query enrichment in retrieval-augmented generation.

## Key findings

- Achieves 4-6% improvement in mAP over baselines
- Attains 2-3% higher Recall@25
- Outperforms existing methods in multi-hop question answering

## Abstract

The integration of knowledge graphs (KGs) with large language models (LLMs) offers significant potential to improve the retrieval phase of retrieval-augmented generation (RAG) systems. In this study, we propose KG-CQR, a novel framework for Contextual Query Retrieval (CQR) that enhances the retrieval phase by enriching the contextual representation of complex input queries using a corpus-centric KG. Unlike existing methods that primarily address corpus-level context loss, KG-CQR focuses on query enrichment through structured relation representations, extracting and completing relevant KG subgraphs to generate semantically rich query contexts. Comprising subgraph extraction, completion, and contextual generation modules, KG-CQR operates as a model-agnostic pipeline, ensuring scalability across LLMs of varying sizes without additional training. Experimental results on RAGBench and MultiHop-RAG datasets demonstrate KG-CQR's superior performance, achieving a 4-6% improvement in mAP and a 2-3% improvement in Recall@25 over strong baseline models. Furthermore, evaluations on challenging RAG tasks such as multi-hop question answering show that, by incorporating KG-CQR, the performance consistently outperforms the existing baseline in terms of retrieval effectiveness

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20417/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20417/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/2508.20417/full.md

---
Source: https://tomesphere.com/paper/2508.20417