orionweller
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ model-index:
|
|
54 |
FollowIR-7B is an instruction-tuned language model to be used for reranking in retrieval. It is [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) fine-tuned on retrieval data with instructions from the FollowIR dataset. These instructions were taken from TREC tracks and are human written. FollowIR-7B outperforms all other retrieval models at following instructions. See the paper for more details.
|
55 |
|
56 |
- **Repository:** [orionw/mteb-instruct](https://github.com/orionw/mteb-instruct)
|
57 |
-
- **Paper:**
|
58 |
- **Instruction-Training Dataset:** [jhu-clsp/followir-training-set](https://huggingface.co/datasets/jhu-clsp/FollowIR-training-set)
|
59 |
|
60 |
|
@@ -149,5 +149,12 @@ accelerate launch src/train_bash.py \
|
|
149 |
# Citation
|
150 |
|
151 |
```bibtex
|
152 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
```
|
|
|
54 |
FollowIR-7B is an instruction-tuned language model to be used for reranking in retrieval. It is [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) fine-tuned on retrieval data with instructions from the FollowIR dataset. These instructions were taken from TREC tracks and are human written. FollowIR-7B outperforms all other retrieval models at following instructions. See the paper for more details.
|
55 |
|
56 |
- **Repository:** [orionw/mteb-instruct](https://github.com/orionw/mteb-instruct)
|
57 |
+
- **Paper:** https://arxiv.org/abs/2403.15246
|
58 |
- **Instruction-Training Dataset:** [jhu-clsp/followir-training-set](https://huggingface.co/datasets/jhu-clsp/FollowIR-training-set)
|
59 |
|
60 |
|
|
|
149 |
# Citation
|
150 |
|
151 |
```bibtex
|
152 |
+
@misc{weller2024followir,
|
153 |
+
title={FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions},
|
154 |
+
author={Orion Weller and Benjamin Chang and Sean MacAvaney and Kyle Lo and Arman Cohan and Benjamin Van Durme and Dawn Lawrie and Luca Soldaini},
|
155 |
+
year={2024},
|
156 |
+
eprint={2403.15246},
|
157 |
+
archivePrefix={arXiv},
|
158 |
+
primaryClass={cs.IR}
|
159 |
+
}
|
160 |
```
|