Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models
Orion Weller, Benjamin Van Durme, Dawn Lawrie, Ashwin, Paranjape, Yuhao Zhang, Jack Hessel

TL;DR
Promptriever is a novel retrieval model trained with instruction data that can be prompted like language models, achieving state-of-the-art results and demonstrating controllability and robustness in retrieval tasks.
Contribution
This work introduces Promptriever, the first retrieval model that can be prompted like an LM, trained on a new instruction dataset from MS MARCO, and capable of following detailed instructions.
Findings
Achieves state-of-the-art on FollowIR with +14.3 p-MRR
Increases robustness to query phrasing by +12.9 Robustness@10
Enables hyperparameter tuning via prompting, improving BEIR scores by +1.4
Abstract
Instruction-tuned language models (LM) are able to respond to imperative commands, providing a more natural user interface compared to their base counterparts. In this work, we present Promptriever, the first retrieval model able to be prompted like an LM. To train Promptriever, we curate and release a new instance-level instruction training set from MS MARCO, spanning nearly 500k instances. Promptriever not only achieves strong performance on standard retrieval tasks, but also follows instructions. We observe: (1) large gains (reaching SoTA) on following detailed relevance instructions (+14.3 p-MRR / +3.1 nDCG on FollowIR), (2) significantly increased robustness to lexical choices/phrasing in the query+instruction (+12.9 Robustness@10 on InstructIR), and (3) the ability to perform hyperparameter search via prompting to reliably improve retrieval performance (+1.4 average increase on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗samaya-ai/RepLLaMA-reproducedmodel· 5 dl· ♡ 15 dl♡ 1
- 🤗samaya-ai/promptriever-llama2-7b-v1model· 12 dl· ♡ 212 dl♡ 2
- 🤗samaya-ai/promptriever-llama3.1-8b-instruct-v1model· 5 dl· ♡ 25 dl♡ 2
- 🤗samaya-ai/promptriever-mistral-v0.1-7b-v1model· 59 dl59 dl
- 🤗samaya-ai/promptriever-llama3.1-8b-v1model· 540 dl· ♡ 1540 dl♡ 1
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsSparse Evolutionary Training · Balanced Selection
