sdadas commited on
Commit
57e19d8
1 Parent(s): 361ec11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1208,4 +1208,17 @@ print(answers[best_answer])
1208
  - The model achieves **NDCG@10** of **53.60** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
1209
 
1210
  ## Acknowledgements
1211
- This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1208
  - The model achieves **NDCG@10** of **53.60** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
1209
 
1210
  ## Acknowledgements
1211
+ This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
1212
+
1213
+ ## Citation
1214
+
1215
+ ```bibtex
1216
+ @article{dadas2024pirb,
1217
+ title={{PIRB}: A Comprehensive Benchmark of Polish Dense and Hybrid Text Retrieval Methods},
1218
+ author={Sławomir Dadas and Michał Perełkiewicz and Rafał Poświata},
1219
+ year={2024},
1220
+ eprint={2402.13350},
1221
+ archivePrefix={arXiv},
1222
+ primaryClass={cs.CL}
1223
+ }
1224
+ ```