paper-with-me

Papers

VizRAG: Enhancing Retrieval-Augmented Generation with Hypergraph Visualization

2026-07-22 · Yanbin Wei, Yang Chen, Renling Gan, Ziru Liu, Xinyu Fu, Chun Kang, Ning Lu, Rui Liu, Yu Zhang, James Kwok arxiv

Hypergraph-based RAG systems surpass traditional graph-based approaches by organizing complex n-ary atomic facts among entities, rather than relying solely on binary relationships. Despite the advancements in multimodal large language models (MLLMs) with enhanced visual capabilities, current hypergraph-based RAG frameworks predominantly restrict knowledge retrieval and reconstruction to a unimodal, text-centric paradigm. This limitation prevents them from fully leveraging the powerful visual perception capabilities of modern MLLMs. To address this gap, we systematically explore the integration of hypergraph awareness in RAG systems through visual cues. By incorporating visual representations of hypergraphs into the RAG pipeline, we introduce VizRAG, the first RAG system to support visual hypergraph structure awareness. Experimental results demonstrate that VizRAG significantly outperforms strong baselines, validating the promising potential of hypergraph visualization as a novel approach for RAG systems.

📄 PDF Abstract BibTeX arXiv:2607.19830

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EEG-MedRAG: Enhancing EEG-based Clinical Decision-Making via Hierarchical Hypergraph Retrieval-Augmented Generation

2025-08-19 · Yi Wang, Haoran Luo, Lu Meng, Ziyu Jia 외 arxiv

With the widespread application of electroencephalography (EEG) in neuroscience and clinical practice, efficiently retrieving and semantically interpreting large-scale, multi-source, heterogeneous EEG data has become a p…

HyperGraphRAG: Retrieval-Augmented Generation with Hypergraph-Structured Knowledge Representation

2025-03-27 · Haoran Luo, Haihong E, Guanting Chen, Yandan Zheng 외

While standard Retrieval-Augmented Generation (RAG) based on chunks, GraphRAG structures knowledge as graphs to leverage the relations among entities. However, previous GraphRAG methods are limited by binary relations: o…

RAGRetrievalRetrieval-augmented Generation

Hyper-RAG: Combating LLM Hallucinations using Hypergraph-Driven Retrieval-Augmented Generation

2025-03-30 · Yifan Feng, Hao Hu, Xingliang Hou, Shiquan Liu 외

Large language models (LLMs) have transformed various sectors, including education, finance, and medicine, by enhancing content generation and decision-making processes. However, their integration into the medical field …

RAGRetrievalRetrieval-augmented Generation

PRoH: Dynamic Planning and Reasoning over Knowledge Hypergraphs for Retrieval-Augmented Generation

2025-10-14 · Xiangjun Zai, Xingyu Tan, Xiaoyang Wang, Qing Liu 외 arxiv

Knowledge Hypergraphs (KHs) have recently emerged as a knowledge representation for retrieval-augmented generation (RAG), offering a paradigm to model multi-entity relations into a structured form. However, existing KH-b…

Multi-hop Question Answering

Cross-Granularity Hypergraph Retrieval-Augmented Generation for Multi-hop Question Answering

2025-08-15 · Changjian Wang, Weihong Deng, Weili Guan, Quan Lu 외 arxiv

Multi-hop question answering (MHQA) requires integrating knowledge scattered across multiple passages to derive the correct answer. Traditional retrieval-augmented generation (RAG) methods primarily focus on coarse-grain…

Multi-hop Question AnsweringSemantic SimilarityAnswer GenerationKnowledge Graphs