piotr-rybak commited on
Commit
1f23165
1 Parent(s): 32c5476

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -139,12 +139,23 @@ CC BY-SA 4.0
139
  ### Citation Information
140
 
141
  ```
142
- @misc{rybak2023silverretriever,
143
- title={SilverRetriever: Advancing Neural Passage Retrieval for Polish Question Answering},
144
- author={Piotr Rybak and Maciej Ogrodniczuk},
145
- year={2023},
146
- eprint={2309.08469},
147
- archivePrefix={arXiv},
148
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
149
  }
150
  ```
 
139
  ### Citation Information
140
 
141
  ```
142
+ @inproceedings{rybak-ogrodniczuk-2024-silver-retriever,
143
+ title = "Silver Retriever: Advancing Neural Passage Retrieval for {P}olish Question Answering",
144
+ author = "Rybak, Piotr and
145
+ Ogrodniczuk, Maciej",
146
+ editor = "Calzolari, Nicoletta and
147
+ Kan, Min-Yen and
148
+ Hoste, Veronique and
149
+ Lenci, Alessandro and
150
+ Sakti, Sakriani and
151
+ Xue, Nianwen",
152
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
153
+ month = may,
154
+ year = "2024",
155
+ address = "Torino, Italia",
156
+ publisher = "ELRA and ICCL",
157
+ url = "https://aclanthology.org/2024.lrec-main.1291",
158
+ pages = "14826--14831",
159
+ abstract = "Modern open-domain question answering systems often rely on accurate and efficient retrieval components to find passages containing the facts necessary to answer the question. Recently, neural retrievers have gained popularity over lexical alternatives due to their superior performance. However, most of the work concerns popular languages such as English or Chinese. For others, such as Polish, few models are available. In this work, we present Silver Retriever, a neural retriever for Polish trained on a diverse collection of manually or weakly labeled datasets. Silver Retriever achieves much better results than other Polish models and is competitive with larger multilingual models. Together with the model, we open-source five new passage retrieval datasets.",
160
  }
161
  ```