Justus-Jonas commited on
Commit
50e0d9b
ยท
verified ยท
1 Parent(s): 76c54d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -9
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://ukplab.github.io/eacl2026-GritHopper/" target="_blank">Website</a> | ๐Ÿ—๏ธ <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,14 +178,24 @@ This process continues until either:
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
 
20
  Multi-Hop Dense Retrieval</h1>
21
  </h1>
22
  <p align="center">
23
+ ๐ŸŒ <a href="https://ukplab.github.io/eacl2026-GritHopper/" target="_blank">Website</a> | ๐Ÿ—๏ธ <a href="https://github.com/UKPLab/GritHopper" target="_blank">GitHub Repo</a> | ๐Ÿ“ƒ <a href="https://aclanthology.org/2026.eacl-long.5.pdf" 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
+ @inproceedings{erker-etal-2026-grithopper,
182
+ title = "{GRITH}opper: Decomposition-Free Multi-Hop Dense Retrieval",
183
+ author = "Erker, Justus-Jonas and
184
+ Reimers, Nils and
185
+ Gurevych, Iryna",
186
+ editor = "Demberg, Vera and
187
+ Inui, Kentaro and
188
+ Marquez, Llu{\'i}s",
189
+ booktitle = "Proceedings of the 19th Conference of the {E}uropean Chapter of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
190
+ month = mar,
191
+ year = "2026",
192
+ address = "Rabat, Morocco",
193
+ publisher = "Association for Computational Linguistics",
194
+ url = "https://aclanthology.org/2026.eacl-long.5/",
195
+ doi = "10.18653/v1/2026.eacl-long.5",
196
+ pages = "77--94",
197
+ ISBN = "979-8-89176-380-7",
198
+ abstract = "Decomposition-based multi-hop retrieval methods rely on many autoregressive steps to break down complex queries, which breaks end-to-end differentiability and is computationally expensive. Decomposition-free methods tackle this, but current approaches struggle with longer multi-hop problems and generalization to out-of-distribution data. To address these challenges, we introduce GRITHopper-7B, a novel multi-hop dense retrieval model that achieves state-of-the-art performance on both in-distribution and out-of-distribution benchmarks. GRITHopper-7B combines generative and representational instruction tuning by integrating causal language modeling with dense retrieval training. Through controlled studies, we find that incorporating additional context after the retrieval process, referred to as post-retrieval language modeling, enhances dense retrieval performance. By including elements such as final answers during training, the model learns to better contextualize and retrieve relevant information. GRITHopper-7B offers a robust, scalable, and generalizable solution for multi-hop dense retrieval, and we release it to the community for future research and applications requiring complex reasoning and retrieval capabilities."
199
  }
200
  ```
201
  ## Contact