Update README.md
Browse files
README.md
CHANGED
|
@@ -811,42 +811,12 @@ You can finetune this model on your own dataset.
|
|
| 811 |
|
| 812 |
## Citation
|
| 813 |
|
| 814 |
-
### BibTeX
|
| 815 |
-
|
| 816 |
-
#### Sentence Transformers
|
| 817 |
-
```bibtex
|
| 818 |
-
@inproceedings{reimers-2019-sentence-bert,
|
| 819 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 820 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
| 821 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 822 |
-
month = "11",
|
| 823 |
-
year = "2019",
|
| 824 |
-
publisher = "Association for Computational Linguistics",
|
| 825 |
-
url = "https://arxiv.org/abs/1908.10084",
|
| 826 |
-
}
|
| 827 |
```
|
| 828 |
-
|
| 829 |
-
|
| 830 |
-
|
| 831 |
-
|
| 832 |
-
|
| 833 |
-
author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
|
| 834 |
-
year={2024},
|
| 835 |
-
eprint={2205.13147},
|
| 836 |
-
archivePrefix={arXiv},
|
| 837 |
-
primaryClass={cs.LG}
|
| 838 |
-
}
|
| 839 |
-
```
|
| 840 |
-
|
| 841 |
-
#### MultipleNegativesRankingLoss
|
| 842 |
-
```bibtex
|
| 843 |
-
@misc{henderson2017efficient,
|
| 844 |
-
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
| 845 |
-
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
|
| 846 |
-
year={2017},
|
| 847 |
-
eprint={1705.00652},
|
| 848 |
-
archivePrefix={arXiv},
|
| 849 |
-
primaryClass={cs.CL}
|
| 850 |
}
|
| 851 |
```
|
| 852 |
|
|
|
|
| 811 |
|
| 812 |
## Citation
|
| 813 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 814 |
```
|
| 815 |
+
@inproceedings{mekonnen2025amharic,
|
| 816 |
+
title={Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval},
|
| 817 |
+
author={Kidist Amde Mekonnen, Yosef Worku Alemneh, Maarten de Rijke },
|
| 818 |
+
booktitle={Findings of ACL},
|
| 819 |
+
year={2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 820 |
}
|
| 821 |
```
|
| 822 |
|