Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ pipeline_tag: sentence-similarity
|
|
| 20 |
Multi-Hop Dense Retrieval</h1>
|
| 21 |
</h1>
|
| 22 |
<p align="center">
|
| 23 |
-
🏗️ <a href="https://github.com/UKPLab/GritHopper" target="_blank">GitHub Repo</a> | 📃 <a href="
|
| 24 |
</p>
|
| 25 |
</div>
|
| 26 |
</p>
|
|
@@ -178,7 +178,15 @@ This process continues until either:
|
|
| 178 |
## Citation
|
| 179 |
If you use GritHopper in your research, please cite the following paper:
|
| 180 |
```
|
| 181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
```
|
| 183 |
## Contact
|
| 184 |
Contact person: Justus-Jonas Erker, justus-jonas.erker@tu-darmstadt.de
|
|
|
|
| 20 |
Multi-Hop Dense Retrieval</h1>
|
| 21 |
</h1>
|
| 22 |
<p align="center">
|
| 23 |
+
🏗️ <a href="https://github.com/UKPLab/GritHopper" target="_blank">GitHub Repo</a> | 📃 <a href="https://arxiv.org/pdf/2503.07519" target="_blank">Paper</a>
|
| 24 |
</p>
|
| 25 |
</div>
|
| 26 |
</p>
|
|
|
|
| 178 |
## Citation
|
| 179 |
If you use GritHopper in your research, please cite the following paper:
|
| 180 |
```
|
| 181 |
+
@misc{erker2025grithopperdecompositionfreemultihopdense,
|
| 182 |
+
title={GRITHopper: Decomposition-Free Multi-Hop Dense Retrieval},
|
| 183 |
+
author={Justus-Jonas Erker and Nils Reimers and Iryna Gurevych},
|
| 184 |
+
year={2025},
|
| 185 |
+
eprint={2503.07519},
|
| 186 |
+
archivePrefix={arXiv},
|
| 187 |
+
primaryClass={cs.IR},
|
| 188 |
+
url={https://arxiv.org/abs/2503.07519},
|
| 189 |
+
}
|
| 190 |
```
|
| 191 |
## Contact
|
| 192 |
Contact person: Justus-Jonas Erker, justus-jonas.erker@tu-darmstadt.de
|