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