MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval
- lab arXivLabs
- location arXiv
- person Amirhossein Abaskohi
A team led by Amirhossein Abaskohi has released MCompassRAG, a retrieval framework that uses topic-level metadata to guide paragraph-level searches in retrieval-augmented generation systems, according to a paper posted to arXiv on June 16, 2026 [1][2]. The framework addresses a persistent trade-off in RAG design. When documents are split into fine-grained chunks, retrieval precision can improve, but the larger search space drives up latency and computational cost. Coarser chunks reduce the candidate pool, yet their dense embeddings often mix multiple topics, introducing semantic noise that degrades similarity matching [2]. MCompassRAG sidesteps this by enriching chunk representations with topic metadata inside the same embedding space, then training a lightweight retriever through distillation from a large language model teacher. At inference, the system performs topic-aware retrieval without additional LLM calls [2]. Across six complex retrieval benchmarks, MCompassRAG improved information efficiency by 8.24% on average while operating with more than five times lower latency than the strongest efficient RAG baselines [2]. The submission, weighing 6,894 KB, was uploaded to arXiv on June 16, 2026, and the code has been made available on GitHub [1][2]. arXiv, which began on August 14, 1991, now hosts more than two million e-prints and receives roughly 24,000 new submissions each month [6]. The repository is not peer-reviewed; papers are moderated and posted as preprints, a model that has made it the dominant distribution channel in fields such as mathematics, physics, and computer science [6]. The MCompassRAG paper appears alongside a suite of community-built tools offered through arXivLabs, a framework launched in 2020 that lets third-party developers integrate experimental features directly on article pages [5]. Those tools include citation explorers, code finders, and recommender systems, all operating under guidelines that require collaborators to uphold openness and user-data privacy [4][5]. RAG architectures have drawn intense research interest since the transformer model described in the 2017 paper “Attention Is All You Need” became the backbone of modern language models [8]. MCompassRAG enters a landscape where efficient, precise retrieval across heterogeneous corpora is a bottleneck for deep research tasks, and its metadata-guided approach offers one path to narrowing that gap without sacrificing speed [2].
research-papertool-releasemodel-releaseproduct-launchinfrastructure
Background sources we checked (7)
- arxiv.org ↗ 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 sim…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ "Attention Is All You Need" is a 2017 research paper in machine learning authored by eight scientists and engineers working at Google. The paper introduced a new deep learning architecture known as the transformer, based on the attention mechanism proposed in 2014 by Bahdanau et …