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