Unlocking Multi-View Insights in Knowledge-Dense Retrieval-Augmented Generation

πŸ“… 2024-04-19
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

178K/year
πŸ€– AI Summary
Traditional RAG systems suffer from poor interpretability and low reliability in knowledge-intensive domains (e.g., law, medicine) due to reliance on a single semantic view. To address this, we propose MVRAGβ€”a novel framework featuring the first vision-aware, multi-domain perspective query rewriting mechanism that explicitly models domain-specific expertise (e.g., legal or clinical perspectives). MVRAG integrates domain knowledge graphs, fine-grained intent recognition models, and multi-view contrastive learning to achieve cross-perspective semantic alignment and retrieval enhancement. Evaluated on legal case retrieval and clinical diagnosis case retrieval tasks, MVRAG achieves significant improvements: +12.3% in recall and +9.7% in accuracy over strong baselines. These results demonstrate that multi-perspective collaborative modeling substantially enhances both performance and trustworthiness of RAG in knowledge-intensive applications.

Technology Category

Application Category

πŸ“ Abstract
While Retrieval-Augmented Generation (RAG) plays a crucial role in the application of Large Language Models (LLMs), existing retrieval methods in knowledge-dense domains like law and medicine still suffer from a lack of multi-perspective views, which are essential for improving interpretability and reliability. Previous research on multi-view retrieval often focused solely on different semantic forms of queries, neglecting the expression of specific domain knowledge perspectives. This paper introduces a novel multi-view RAG framework, MVRAG, tailored for knowledge-dense domains that utilizes intention-aware query rewriting from multiple domain viewpoints to enhance retrieval precision, thereby improving the effectiveness of the final inference. Experiments conducted on legal and medical case retrieval demonstrate significant improvements in recall and precision rates with our framework. Our multi-perspective retrieval approach unleashes the potential of multi-view information enhancing RAG tasks, accelerating the further application of LLMs in knowledge-intensive fields.
Problem

Research questions and friction points this paper is trying to address.

Addresses lack of multi-perspective views in knowledge-dense RAG
Enhances retrieval precision through intention-aware query rewriting
Improves legal and medical case retrieval recall rates
Innovation

Methods, ideas, or system contributions that make the work stand out.

Multi-view RAG framework for knowledge-dense domains
Intention-aware query rewriting from domain viewpoints
Enhances retrieval precision and final inference effectiveness
πŸ”Ž Similar Papers
No similar papers found.