sdadas commited on
Commit
70630fb
1 Parent(s): 4f454cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -58,4 +58,17 @@ print(answers[best_answer])
58
  The model achieves **NDCG@10** of **58.30** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
59
 
60
  ## Acknowledgements
61
- This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  The model achieves **NDCG@10** of **58.30** on the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
59
 
60
  ## Acknowledgements
61
+ This model was trained with the A100 GPU cluster support delivered by the Gdansk University of Technology within the TASK center initiative.
62
+
63
+ ## Citation
64
+
65
+ ```bibtex
66
+ @article{dadas2024pirb,
67
+ title={{PIRB}: A Comprehensive Benchmark of Polish Dense and Hybrid Text Retrieval Methods},
68
+ author={Sławomir Dadas and Michał Perełkiewicz and Rafał Poświata},
69
+ year={2024},
70
+ eprint={2402.13350},
71
+ archivePrefix={arXiv},
72
+ primaryClass={cs.CL}
73
+ }
74
+ ```