Update README.md
Browse files
README.md
CHANGED
@@ -70,4 +70,17 @@ print(results.tolist())
|
|
70 |
|
71 |
## Evaluation Results
|
72 |
|
73 |
-
The model achieves **NDCG@10** of **60.32** in the Rerankers category of the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
## Evaluation Results
|
72 |
|
73 |
+
The model achieves **NDCG@10** of **60.32** in the Rerankers category of the Polish Information Retrieval Benchmark. See [PIRB Leaderboard](https://huggingface.co/spaces/sdadas/pirb) for detailed results.
|
74 |
+
|
75 |
+
## Citation
|
76 |
+
|
77 |
+
```bibtex
|
78 |
+
@article{dadas2024assessing,
|
79 |
+
title={Assessing generalization capability of text ranking models in Polish},
|
80 |
+
author={Sławomir Dadas and Małgorzata Grębowiec},
|
81 |
+
year={2024},
|
82 |
+
eprint={2402.14318},
|
83 |
+
archivePrefix={arXiv},
|
84 |
+
primaryClass={cs.CL}
|
85 |
+
}
|
86 |
+
```
|