orionweller commited on
Commit
b88f1f8
1 Parent(s): 6bb9812

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -13,10 +13,10 @@ datasets:
13
 
14
  # Model Summary
15
 
16
- Promptriever is a bi-encoder retrieval model that can take in natural language instructions and prompts. This version, `promptriever-llama3.1-8b-instruct-v1` was instruction-trained on a corpus of 490k MSMarco samples with instructions and 490k without instructions. See the [paper](todo) for more details.
17
 
18
  - **Repository:** [orionw/Promptriever](https://github.com/orionw/promptriever)
19
- - **Paper:** [Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models](TODO)
20
  - **Instruction-Training Dataset:** [samaya-ai/msmarco-w-instructions](https://huggingface.co/datasets/samaya-ai/msmarco-w-instructions)
21
 
22
 
@@ -205,9 +205,12 @@ This model was used for research efforts and is not used in any production syste
205
 
206
  ```bibtex
207
  @article{weller2024promptriever,
208
- title={Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models},
209
- author={Weller, Orion and Van Durme, Benjamin and Lawrie, Dawn and Paranjape, Ashwin and Zhang, Yuhao and Hessel, Jack},
210
- journal={arXiv preprint TODO},
211
- year={2024}
 
 
 
212
  }
213
  ```
 
13
 
14
  # Model Summary
15
 
16
+ Promptriever is a bi-encoder retrieval model that can take in natural language instructions and prompts. This version, `promptriever-llama3.1-8b-instruct-v1` was instruction-trained on a corpus of 490k MSMarco samples with instructions and 490k without instructions. See the [paper](https://arxiv.org/abs/2409.11136) for more details.
17
 
18
  - **Repository:** [orionw/Promptriever](https://github.com/orionw/promptriever)
19
+ - **Paper:** [Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models](https://arxiv.org/abs/2409.11136)
20
  - **Instruction-Training Dataset:** [samaya-ai/msmarco-w-instructions](https://huggingface.co/datasets/samaya-ai/msmarco-w-instructions)
21
 
22
 
 
205
 
206
  ```bibtex
207
  @article{weller2024promptriever,
208
+ title={Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models},
209
+ author={Orion Weller and Benjamin Van Durme and Dawn Lawrie and Ashwin Paranjape and Yuhao Zhang and Jack Hessel},
210
+ year={2024},
211
+ eprint={2409.11136},
212
+ archivePrefix={arXiv},
213
+ primaryClass={cs.IR},
214
+ url={https://arxiv.org/abs/2409.11136},
215
  }
216
  ```