π€ 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.
π 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.