paper-with-me

Papers

MODE: Mixture of Document Experts for RAG

2025-08-27 · Rahul Anand arxiv

Retrieval-Augmented Generation (RAG) often relies on large vector databases and cross-encoders tuned for large-scale corpora, which can be excessive for small, domain-specific collections. We present MODE (Mixture of Document Experts), a lightweight alternative that replaces fine-grained nearest-neighbor search with cluster-and-route retrieval. Documents are embedded, grouped into semantically coherent clusters, and represented by cached centroids. At query time, we route to the top centroid(s) and retrieve context only within those clusters, eliminating external vector-database infrastructure and reranking while keeping latency low. On HotpotQA and SQuAD corpora with 100-500 chunks, MODE matches or exceeds a dense-retrieval baseline in answer quality while reducing end-to-end retrieval time. Ablations show that cluster granularity and multi-cluster routing control the recall/precision trade-off, and that tighter clusters improve downstream accuracy. MODE offers a practical recipe for small and medium corpora where simplicity, speed, and topical focus matter.

📄 PDF Abstract BibTeX arXiv:2509.00100

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MixLoRA-DSI: Dynamically Expandable Mixture-of-LoRA Experts for Rehearsal-Free Generative Retrieval over Dynamic Corpora

2025-07-14 · Tuan-Luc Huynh, Thuy-Trang Vu, Weiqing Wang, Trung Le 외 arxiv

Continually updating model-based indexes in generative retrieval with new documents remains challenging, as full retraining is computationally expensive and impractical under resource constraints. We propose MixLoRA-DSI,…

EMO: Pretraining Mixture of Experts for Emergent Modularity

2026-05-07 · Ryan Wang, Akshita Bhagia, Sewon Min arxiv

Large language models are typically deployed as monolithic systems, requiring the full model even when applications need only a narrow subset of capabilities, e.g., code, math, or domain-specific knowledge. Mixture-of-Ex…

A Simple Architecture for Enterprise Large Language Model Applications based on Role based security and Clearance Levels using Retrieval-Augmented Generation or Mixture of Experts

2024-07-09 · Atilla Özgür, Yılmaz Uygun

This study proposes a simple architecture for Enterprise application for Large Language Models (LLMs) for role based security and NATO clearance levels. Our proposal aims to address the limitations of current LLMs in han…

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts+3

CAME: Competitively Learning a Mixture-of-Experts Model for First-stage Retrieval

2023-11-06 · Yinqiong Cai, Yixing Fan, Keping Bi, Jiafeng Guo 외

The first-stage retrieval aims to retrieve a subset of candidate documents from a huge collection both effectively and efficiently. Since various matching patterns can exist between queries and relevant documents, previo…

Mixture-of-ExpertsRetrieval

Contrastive Learning and Mixture of Experts Enables Precise Vector Embeddings

2024-01-28 · Logan Hallee, Rohan Kapur, Arjun Patel, Jason P. Gleghorn 외

The advancement of transformer neural networks has significantly elevated the capabilities of sentence similarity models, but they still struggle with highly discriminative tasks and may produce sub-optimal representatio…

Contrastive LearningDescriptiveMixture-of-ExpertsRepresentation Learning+4