sdadas commited on
Commit
c383674
1 Parent(s): ac52598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -60,4 +60,17 @@ results = encoder.encode_batch(["Jak dożyć 100 lat?", "Trzeba zdrowo się odż
60
  print(cos_sim(results[0], results[1]))
61
  ```
62
 
63
- Using SPLADE to index and search large datasets is a more complex task and requires integration with term-based index such as Lucene. For this purpose, you can use the official [SPLADE implementation](https://github.com/naver/splade) or reimplementation of this model in our [PIRB library](https://github.com/sdadas/pirb).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  print(cos_sim(results[0], results[1]))
61
  ```
62
 
63
+ Using SPLADE to index and search large datasets is a more complex task and requires integration with term-based index such as Lucene. For this purpose, you can use the official [SPLADE implementation](https://github.com/naver/splade) or reimplementation of this model in our [PIRB library](https://github.com/sdadas/pirb).
64
+
65
+ ## Citation
66
+
67
+ ```bibtex
68
+ @article{dadas2024pirb,
69
+ title={{PIRB}: A Comprehensive Benchmark of Polish Dense and Hybrid Text Retrieval Methods},
70
+ author={Sławomir Dadas and Michał Perełkiewicz and Rafał Poświata},
71
+ year={2024},
72
+ eprint={2402.13350},
73
+ archivePrefix={arXiv},
74
+ primaryClass={cs.CL}
75
+ }
76
+ ```