Soft Prompt Tuning for Augmenting Dense Retrieval with Large Language Models
Zhiyuan Peng, Xuyang Wu, Qifan Wang, Yi Fang
TL;DR
This work tackles domain-specific data scarcity in dense retrieval by introducing Soft Prompt Tuning for Augmenting Dense Retrieval (SPTAR). It learns a task-specific soft prompt on limited labeled data and uses LLMs to tag unlabeled documents with weak queries, generating ample weak document-query pairs to train domain-tailored dense retrievers. A soft prompt filter and a BM25-based weak data filter refine the prompt guidance and the generated data, respectively, yielding substantial improvements across seven retrievers on BEIR-style benchmarks. The results show that SPTAR consistently outperforms unsupervised baselines and prior LLM-based augmentation methods, with efficiency gains due to the small number of trainable parameters and rapid convergence. This approach provides a reproducible, data-efficient path to leverage LLMs for enhancing DR in low-data regimes, with open-source tooling and datasets enabling broader adoption and future extensions.
Abstract
Dense retrieval (DR) converts queries and documents into dense embeddings and measures the similarity between queries and documents in vector space. One of the challenges in DR is the lack of domain-specific training data. While DR models can learn from large-scale public datasets like MS MARCO through transfer learning, evidence shows that not all DR models and domains can benefit from transfer learning equally. Recently, some researchers have resorted to large language models (LLMs) to improve the zero-shot and few-shot DR models. However, the hard prompts or human-written prompts utilized in these works cannot guarantee the good quality of generated weak queries. To tackle this, we propose soft prompt tuning for augmenting DR (SPTAR): For each task, we leverage soft prompt-tuning to optimize a task-specific soft prompt on limited ground truth data and then prompt the LLMs to tag unlabeled documents with weak queries, yielding enough weak document-query pairs to train task-specific dense retrievers. We design a filter to select high-quality example document-query pairs in the prompt to further improve the quality of weak tagged queries. To the best of our knowledge, there is no prior work utilizing soft prompt tuning to augment DR models. The experiments demonstrate that SPTAR outperforms the unsupervised baselines BM25 and the recently proposed LLMs-based augmentation method for DR.
