Mixture-of-Experts Language Models Can Be Strong and Efficient Retrievers

📅 2026-09-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过使用Mixture-of-Experts语言模型,以较少的活跃参数和更快的查询编码时间,解决了大规模语言模型在检索任务中成本高的问题。
📝 Abstract
Recent work has shown that fine-tuning decoder-only large language models (LLMs) for retrieval yields strong first-stage retrievers, with effectiveness improving as backbones grow in size. However, every query and document must pass through the full model, so encoding cost increases with model size. Mixture-of-Experts (MoE) LLMs activate only a subset of parameters per token and are widely used to scale generative models, yet remain underexplored as retrievers. We systematically study MoE backbones for retrieval by training MoE and dense LLMs from several families using the same procedure, evaluating them across diverse datasets, and measuring query encoding time under the same serving configuration. We show that MoE retrievers outperform dense retrievers with comparable active parameter counts by up to 3.0 nDCG@10 points on BEIR. One of our strongest MoE retrievers matches an 8B dense retriever with 59% fewer active parameters and 18% lower query encoding time. We further show that the number of experts used for query encoding can be reduced without retraining or re-indexing, retaining more than 99% of retrieval effectiveness while reducing query encoding time by up to 26%. Recent rerankers provide only modest additional gains over strong MoE first stages, which often match or exceed the reranked configurations we evaluate. Together, these results show that MoE LLMs can be strong and efficient first-stage retrievers.
Problem

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

Mixture-of-Experts
retrieval
encoding cost
query encoding time
large language models
Innovation

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

Mixture-of-Experts
retrieval efficiency
active parameters
query encoding time
BEIR
🔎 Similar Papers
No similar papers found.