paper-with-me

Papers

Structure-Aware RAG: Structured Retrieval Augmented Generation from Noisy Data for Conversational Agents

2026-05-23 · Kaiqiao Han, LuAn Tang, Renliang Sun, Peng Yuan, Wei Cheng, Haoyu Wang, Wei Wang, Yizhou Sun, Haifeng Chen arxiv

Large Language Models (LLMs) have been widely adopted in conversational applications. However, their reliance on parametric knowledge limits reliability in real-world scenarios that require dynamic or domain-specific information. Retrieval-Augmented Generation (RAG) addresses this limitation by incorporating external knowledge during generation, but existing text-based and graph-based RAG methods often struggle with noisy or irrelevant contexts. In this work, we propose Structure-aware Retrieval Augmented Generation (SA-RAG), which uses tables as an intermediate structured representation to provide a compact and controllable interface that reduces noise while preserving essential information. We introduce a quality-aware table metadata generation framework that models metadata normalization and effectiveness, improving metadata quality and downstream performance. Furthermore, we explore both training-free and training-based table generation methods. Generation validation and direct preference optimization further improve table quality while maintaining semantic and structural consistency. Experiments on two noisy real-world datasets show that SA-RAG significantly outperforms existing RAG baselines. Our code is publicly available at a public repository.

📄 PDF Abstract BibTeX arXiv:2605.24366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EHR-RAG: Bridging Long-Horizon Structured Electronic Health Records and Large Language Models via Enhanced Retrieval-Augmented Generation

2026-01-29 · Lang Cao, Qingyu Chen, Yue Guo arxiv

Electronic Health Records (EHRs) provide rich longitudinal clinical evidence that is central to medical decision-making, motivating the use of retrieval-augmented generation (RAG) to ground large language model (LLM) pre…

DyG-RAG: Dynamic Graph Retrieval-Augmented Generation with Event-Centric Reasoning

2025-07-16 · Qingyun Sun, Jiaqi Yuan, Shan He, Xiao Guan 외 arxiv

Graph Retrieval-Augmented Generation has emerged as a powerful paradigm for grounding large language models with external structured knowledge. However, existing Graph RAG methods struggle with temporal reasoning, due to…

Answer Generation

Multimodal RAG for Unstructured Data:Leveraging Modality-Aware Knowledge Graphs with Hybrid Retrieval

2025-10-16 · Rashmi R, Vidyadhar Upadhya arxiv

Current Retrieval-Augmented Generation (RAG) systems primarily operate on unimodal textual data, limiting their effectiveness on unstructured multimodal documents. Such documents often combine text, images, tables, equat…

Question AnsweringKnowledge Graphs

DO-RAG: A Domain-Specific QA Framework Using Knowledge Graph-Enhanced Retrieval-Augmented Generation

2025-05-15 · Preprint 2025 5 · David Osei Opoku, Ming Sheng, Yong Zhang

Domain-specific QA systems require not just generative fluency but high factual accuracy grounded in structured expert knowledge. While recent Retrieval-Augmented Generation (RAG) frameworks improve context recall, they …

graph constructionHallucinationKnowledge GraphsMulti-modal Knowledge Graph+4

mKG-RAG: Leveraging Multimodal Knowledge Graphs in Retrieval-Augmented Generation for Knowledge-intensive VQA

2025-08-07 · Xu Yuan, Liangbo Ning, Qingqing Ye, Wenqi Fan 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for expanding the knowledge capacity of Multimodal Large Language Models (MLLMs) by incorporating external knowledge sources into the generation p…

Visual Question AnsweringKnowledge Graphs