Sentence Similarity
PyTorch
English
mistral
custom_code
Justus-Jonas commited on
Commit
f05cb2c
ยท
verified ยท
1 Parent(s): 2476f73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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="TBD" target="_blank">Paper</a>
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
- TBD
 
 
 
 
 
 
 
 
182
  ```
183
  ## Contact
184
  Contact person: Justus-Jonas Erker, [email protected]
 
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, [email protected]