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