paper-with-me

Papers

LiteSemRAG: Lightweight LLM-Free Semantic-Aware Graph Retrieval for Robust RAG

2026-03-16 · Xiao Yue, Guangzhi Qu, Lige Gan arxiv

Graph-based Retrieval-Augmented Generation (RAG) has shown great potential for improving multi-level reasoning and structured evidence aggregation. However, existing graph-based RAG frameworks heavily rely on exploiting large language models (LLMs) during indexing and querying, leading to high token consumption, computational cost and latency overhead. In this paper, we propose LiteSemRAG, a lightweight, fully LLM-free, semantic-aware graph retrieval framework. LiteSemRAG constructs a heterogeneous semantic graph by exploiting contextual token-level embeddings, explicitly separating surface lexical representations from context-dependent semantic meanings. To robustly model polysemy, we introduce a dynamic semantic node construction mechanism with chunk-level context aggregation and adaptive anomaly handling. At query stage, LiteSemRAG performs a two-step semantic-aware retrieval process that integrates co-occurrence graph weighting with an isolated semantic recovery mechanism, enabling balanced structural reasoning and semantic coverage. We evaluate LiteSemRAG on three benchmark datasets and experimental results show that LiteSemRAG achieves the best mean reciprocal rank (MRR@10) across all datasets and competitive or superior recall rate (Recall@10) compared to state-of-the-art LLM-based graph RAG systems. Meanwhile, LiteSemRAG consumes zero LLM tokens and achieves substantial efficiency improvements in both indexing and querying due to the elimination of LLM usage. These results demonstrate the effectiveness of LiteSemRAG, indicating that a strong semantic-aware graph retrieval framework can be achieved without relying on LLM-based approaches.

📄 PDF Abstract BibTeX arXiv:2604.16350

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EHRAG: Bridging Semantic Gaps in Lightweight GraphRAG via Hybrid Hypergraph Construction and Retrieval

2026-04-19 · Yifan Song, Xingjian Tao, Zhicheng Yang, Yihong Luo 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) enhances LLMs by structuring corpus into graphs to facilitate multi-hop reasoning. While recent lightweight approaches reduce indexing costs by leveraging Named Entit…

Semantic Retrieval

Graph Your Own Prompt

2025-09-27 · Xi Ding, Lei Wang, Piotr Koniusz, Yongsheng Gao arxiv

We propose Graph Consistency Regularization (GCR), a novel framework that injects relational graph structures, derived from model predictions, into the learning process to promote class-aware, semantically meaningful fea…

Modality-free Graph In-context Alignment

2026-03-13 · Wei Zhuo, Siqiang Luo arxiv

In-context learning (ICL) converts static encoders into task-conditioned reasoners, enabling adaptation to new data from just a few examples without updating pretrained parameters. This capability is essential for graph …

Geometry-Aware Semantic Reasoning for Training Free Video Anomaly Detection

2026-03-10 · Ali Zia, Usman Ali, Muhammad Umer Ramzan, Hamza Abid 외 arxiv

Training-free video anomaly detection (VAD) has recently emerged as a scalable alternative to supervised approaches, yet existing methods largely rely on static prompting and geometry-agnostic feature fusion. As a result…

Video Anomaly DetectionQuestion Answering

Fairness in Multi-modal Medical Diagnosis with Demonstration Selection

2025-11-20 · Dawei Li, Zijian Gu, Peng Wang, Chuhan Song 외 arxiv

Multimodal large language models (MLLMs) have shown strong potential for medical image reasoning, yet fairness across demographic groups remains a major concern. Existing debiasing methods often rely on large labeled dat…

Medical Diagnosis