fix citation formats
Browse files
README.md
CHANGED
@@ -355,6 +355,7 @@ You can finetune this model on your own dataset.
|
|
355 |
```
|
356 |
|
357 |
#### LIMIT
|
|
|
358 |
@misc{weller2025theoreticallimit,
|
359 |
title={On the Theoretical Limitations of Embedding-Based Retrieval},
|
360 |
author={Orion Weller and Michael Boratko and Iftekhar Naim and Jinhyuk Lee},
|
@@ -364,8 +365,10 @@ You can finetune this model on your own dataset.
|
|
364 |
primaryClass={cs.IR},
|
365 |
url={https://arxiv.org/abs/2508.21038},
|
366 |
}
|
|
|
367 |
|
368 |
#### OpenSearch Models
|
|
|
369 |
@inproceedings{Shen_2025, series={SIGIR ’25},
|
370 |
title={Exploring $\ell_0$ parsification for Inference-free Sparse Retrievers},
|
371 |
url={http://dx.doi.org/10.1145/3726302.3730192},
|
@@ -377,7 +380,9 @@ You can finetune this model on your own dataset.
|
|
377 |
month=jul, pages={2572–2576},
|
378 |
collection={SIGIR ’25}
|
379 |
}
|
|
|
380 |
|
|
|
381 |
@misc{geng2025competitivesearchrelevanceinferencefree,
|
382 |
title={Towards Competitive Search Relevance For Inference-Free Learned Sparse Retrievers},
|
383 |
author={Zhichao Geng and Yiwen Wang and Dongyu Ru and Yang Yang},
|
@@ -387,6 +392,7 @@ You can finetune this model on your own dataset.
|
|
387 |
primaryClass={cs.IR},
|
388 |
url={https://arxiv.org/abs/2411.04403},
|
389 |
}
|
|
|
390 |
|
391 |
#### SpladeLoss
|
392 |
```bibtex
|
|
|
355 |
```
|
356 |
|
357 |
#### LIMIT
|
358 |
+
```
|
359 |
@misc{weller2025theoreticallimit,
|
360 |
title={On the Theoretical Limitations of Embedding-Based Retrieval},
|
361 |
author={Orion Weller and Michael Boratko and Iftekhar Naim and Jinhyuk Lee},
|
|
|
365 |
primaryClass={cs.IR},
|
366 |
url={https://arxiv.org/abs/2508.21038},
|
367 |
}
|
368 |
+
```
|
369 |
|
370 |
#### OpenSearch Models
|
371 |
+
```
|
372 |
@inproceedings{Shen_2025, series={SIGIR ’25},
|
373 |
title={Exploring $\ell_0$ parsification for Inference-free Sparse Retrievers},
|
374 |
url={http://dx.doi.org/10.1145/3726302.3730192},
|
|
|
380 |
month=jul, pages={2572–2576},
|
381 |
collection={SIGIR ’25}
|
382 |
}
|
383 |
+
```
|
384 |
|
385 |
+
```
|
386 |
@misc{geng2025competitivesearchrelevanceinferencefree,
|
387 |
title={Towards Competitive Search Relevance For Inference-Free Learned Sparse Retrievers},
|
388 |
author={Zhichao Geng and Yiwen Wang and Dongyu Ru and Yang Yang},
|
|
|
392 |
primaryClass={cs.IR},
|
393 |
url={https://arxiv.org/abs/2411.04403},
|
394 |
}
|
395 |
+
```
|
396 |
|
397 |
#### SpladeLoss
|
398 |
```bibtex
|