arXiv:2606.18508cs.CLcs.IR2026-06

用主题元数据引导检索,让大模型更准更快找到关键信息。

MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval

论文配图:MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval
图 1 · 摘自论文原文
  • 用主题元数据增强段落嵌入,引导检索方向
  • 平均信息效率提升8.24%,延迟降低5倍以上
  • 适合需要快速精准查资料的研究场景

检索增强生成(RAG)系统依赖文档的切分与搜索方式。细粒度切分虽能提高检索精度,但扩大搜索范围,增加延迟和成本;粗粒度切分虽减少候选数,但段落嵌入混杂多个主题,导致语义噪声,稀疏相似性不可靠。该问题在深度研究任务中尤为突出。本文提出MCompassRAG,一种基于主题元数据的检索框架,利用主题级信号作为语义导航。不只依赖查询与噪声嵌入间的余弦相似度,而是将主题元数据融入同一嵌入空间,并通过大模型教师蒸馏训练轻量检索器。推理时无需额外大模型调用即可实现主题感知检索,兼顾效率与证据质量。在六个复杂检索基准上,平均信息效率提升8.24%,延迟低于最强高效基线的1/5。代码已开源。

原文摘要 · Abstract (English)

Retrieval-augmented generation (RAG) systems depend critically on how documents are chunked and searched. Fine-grained chunks can improve retrieval precision but expand the search space, increasing latency and cost; larger chunks reduce the number of candidates but make dense similarity less reliable, as the representation for each chunk mixes multiple topics and introduces more semantic noise. This trade-off becomes especially limiting in deep research tasks, where retrieval must be both fast and precise across large, heterogeneous corpora. We introduce MCompassRAG, a metadata-guided retrieval framework that uses topic-level signals as a semantic compass for selecting relevant evidence. Instead of relying only on cosine similarity between queries and noisy chunk embeddings, MCompassRAG enriches chunk representations with topic metadata in the same embedding space and trains a lightweight retriever through LLM-teacher distillation. At inference time, MCompassRAG performs topic-aware retrieval without additional LLM calls, improving both efficiency and evidence quality. Across six complex retrieval benchmarks, MCompassRAG improves information efficiency (IE) by 8.24% on average with over 5 times lower latency than the strongest efficient RAG baselines. Code is available on https://github.com/AmirAbaskohi/MCompassRAG.

RAG检索增强主题建模效率优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。