Update README.md
Browse files
README.md
CHANGED
@@ -52,10 +52,10 @@ for passage, score in sorted(zip(passages, scores), key=lambda x: x[1], reverse=
|
|
52 |
If you use this model, please cite:
|
53 |
|
54 |
```
|
55 |
-
@article{
|
56 |
-
title={
|
57 |
-
author={
|
58 |
-
journal={arXiv
|
59 |
year={2025}
|
60 |
}
|
61 |
```
|
|
|
52 |
If you use this model, please cite:
|
53 |
|
54 |
```
|
55 |
+
@article{tamber2025conventionalcontrastivelearningfalls,
|
56 |
+
title={Conventional Contrastive Learning Often Falls Short: Improving Dense Retrieval with Cross-Encoder Listwise Distillation and Synthetic Data},
|
57 |
+
author={Manveer Singh Tamber and Suleman Kazi and Vivek Sourabh and Jimmy Lin},
|
58 |
+
journal={arXiv:2505.19274},
|
59 |
year={2025}
|
60 |
}
|
61 |
```
|