added citation to model card
Browse files
README.md
CHANGED
|
@@ -25,4 +25,23 @@ The model is based on T5-large and was trained on a randomly selected subset of
|
|
| 25 |
| NQ100k | [DSI-large-NQ100k](https://huggingface.co/AnReu/DSI-large-NQ100k) |
|
| 26 |
| NQ320k | [DSI-large-NQ320k](https://huggingface.co/AnReu/DSI-large-NQ320k) |
|
| 27 |
| Trivia-QA | [DSI-large-TriviaQA](https://huggingface.co/AnReu/DSI-large-TriviaQA) |
|
| 28 |
-
| Trivia-QA QG | [DSI-large-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
| NQ100k | [DSI-large-NQ100k](https://huggingface.co/AnReu/DSI-large-NQ100k) |
|
| 26 |
| NQ320k | [DSI-large-NQ320k](https://huggingface.co/AnReu/DSI-large-NQ320k) |
|
| 27 |
| Trivia-QA | [DSI-large-TriviaQA](https://huggingface.co/AnReu/DSI-large-TriviaQA) |
|
| 28 |
+
| Trivia-QA QG | [DSI-large-TriviaQA QG](https://huggingface.co/AnReu/DSI-large-TriviaQA-QG) |
|
| 29 |
+
|
| 30 |
+
### Citation
|
| 31 |
+
```
|
| 32 |
+
@inproceedings{Reusch2025Reverse,
|
| 33 |
+
author = {Reusch, Anja and Belinkov, Yonatan},
|
| 34 |
+
title = {Reverse-Engineering the Retrieval Process in GenIR Models},
|
| 35 |
+
year = {2025},
|
| 36 |
+
isbn = {9798400715921},
|
| 37 |
+
publisher = {Association for Computing Machinery},
|
| 38 |
+
address = {New York, NY, USA},
|
| 39 |
+
url = {https://doi.org/10.1145/3726302.3730076},
|
| 40 |
+
doi = {10.1145/3726302.3730076},
|
| 41 |
+
booktitle = {Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval},
|
| 42 |
+
pages = {668–677},
|
| 43 |
+
numpages = {10},
|
| 44 |
+
location = {Padua, Italy},
|
| 45 |
+
series = {SIGIR '25}
|
| 46 |
+
}
|
| 47 |
+
```
|