paper-with-me

Papers

KGRAG-Ex: Explainable Retrieval-Augmented Generation with Knowledge Graph-based Perturbations

2025-07-11 · Georgios Balanos, Evangelos Chasanis, Konstantinos Skianis, Evaggelia Pitoura arxiv

Retrieval-Augmented Generation (RAG) enhances language models by grounding responses in external information, yet explainability remains a critical challenge, particularly when retrieval relies on unstructured text. Knowledge graphs (KGs) offer a solution by introducing structured, semantically rich representations of entities and their relationships, enabling transparent retrieval paths and interpretable reasoning. In this work, we present KGRAG-Ex, a RAG system that improves both factual grounding and explainability by leveraging a domain-specific KG constructed via prompt-based information extraction. Given a user query, KGRAG-Ex identifies relevant entities and semantic paths in the graph, which are then transformed into pseudo-paragraphs: natural language representations of graph substructures that guide corpus retrieval. To improve interpretability and support reasoning transparency, we incorporate perturbation-based explanation methods that assess the influence of specific KG-derived components on the generated answers. We conduct a series of experiments to analyze the sensitivity of the system to different perturbation methods, the relationship between graph component importance and their structural positions, the influence of semantic node types, and how graph metrics correspond to the influence of components within the explanations process.

📄 PDF Abstract BibTeX arXiv:2507.08443

Code (0)

등록된 구현이 없습니다.

Tasks

Information ExtractionKnowledge Graphs

Similar Papers 제목 키워드 기반

M$^3$KG-RAG: Multi-hop Multimodal Knowledge Graph-enhanced Retrieval-Augmented Generation

2025-12-23 · Hyeongcheol Park, Jiyoung Seo, Jaewon Mun, Hogun Park 외 arxiv

Retrieval-Augmented Generation (RAG) has recently been extended to multimodal settings, connecting multimodal large language models (MLLMs) with vast corpora of external knowledge such as multimodal knowledge graphs (MMK…

Multimodal ReasoningResponse GenerationKnowledge Graphs

MMRAG-RFT: Two-stage Reinforcement Fine-tuning for Explainable Multi-modal Retrieval-augmented Generation

2025-12-19 · Shengwei Zhao, Jingwen Yao, Sitong Wei, Linhai Xu 외 arxiv

Multi-modal Retrieval-Augmented Generation (MMRAG) enables highly credible generation by integrating external multi-modal knowledge, thus demonstrating impressive performance in complex multi-modal scenarios. However, ex…

Reinforcement LearningResponse GenerationAnswer Generation

ArgRAG: Explainable Retrieval Augmented Generation using Quantitative Bipolar Argumentation

2025-08-26 · Yuqicheng Zhu, Nico Potyka, Daniel Hernández, Yuan He 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by incorporating external knowledge, yet suffers from critical limitations in high-stakes domains -- namely, sensitivity to noisy or contradictory evide…

Fact Verification

xpSHACL: Explainable SHACL Validation using Retrieval-Augmented Generation and Large Language Models

2025-07-11 · Gustavo Correa Publio, José Emilio Labra Gayo arxiv

Shapes Constraint Language (SHACL) is a powerful language for validating RDF data. Given the recent industry attention to Knowledge Graphs (KGs), more users need to validate linked data properly. However, traditional SHA…

Knowledge Graphs

AgenticRAG: Tool-Augmented Foundation Models for Zero-Shot Explainable Recommender Systems

2025-10-03 · Bo Ma, Hang Li, ZeHua Hu, XiaoFan Gui 외 arxiv

Foundation models have revolutionized artificial intelligence, yet their application in recommender systems remains limited by reasoning opacity and knowledge constraints. This paper introduces AgenticRAG, a novel framew…

Computational Efficiency