manveertamber commited on
Commit
86890aa
·
verified ·
1 Parent(s): 8889986

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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{tamber2025teaching,
56
- title={Teaching Dense Retrieval Models to Specialize with Listwise Distillation and LLM Data Augmentation},
57
- author={Tamber, Manveer Singh and Kazi, Suleman and Sourabh, Vivek and Lin, Jimmy},
58
- journal={arXiv preprint arXiv:2502.19712},
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
  ```