Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DRAMA: Diverse Augmentation from Large Language Models to Smaller Dense Retrievers

About

Large language models (LLMs) have demonstrated strong effectiveness and robustness while fine-tuned as dense retrievers. However, their large parameter size brings significant inference time computational challenges, including high encoding costs for large-scale corpora and increased query latency, limiting their practical deployment. While smaller retrievers offer better efficiency, they often fail to generalize effectively with limited supervised fine-tuning data. In this work, we introduce DRAMA, a training framework that leverages LLMs to train smaller generalizable dense retrievers. In particular, we adopt pruned LLMs as the backbone and train on diverse LLM-augmented data in a single-stage contrastive learning setup. Experiments show that DRAMA offers better multilingual and long-context capabilities than traditional encoder-based retrievers, and achieves strong performance across multiple tasks and languages. These highlight the potential of connecting the training of smaller retrievers with the growing advancements in LLMs, bridging the gap between efficiency and generalization.

Xueguang Ma, Xi Victoria Lin, Barlas Oguz, Jimmy Lin, Wen-tau Yih, Xilun Chen• 2025

Related benchmarks

TaskDatasetResultRank
Information RetrievalBEIR (test)--
76
RetrievalTREC-DL aggregate (test)
NDCG@1052.12
38
Multilingual Document RetrievalMIRACL (Evaluation set)
nDCG@1071.7
14
Multilingual Long-context RetrievalMLDR
nDCG@1062.3
12
Multilingual Information RetrievalMTEB-FR 5 subsets (test)
nDCG@1057.6
11
Multilingual Information RetrievalMTEB-DE 4 subsets (test)
nDCG@1056.2
11
Multilingual Information RetrievalMTEB-ZH 8 subsets (test)
nDCG@100.637
11
Showing 7 of 7 rows

Other info

Code

Follow for update