citation
Browse files
README.md
CHANGED
|
@@ -326,4 +326,16 @@ print(ndcg) # 0.21796083196880855
|
|
| 326 |
```
|
| 327 |
|
| 328 |
## Note
|
| 329 |
-
This dataset was created with `datasets==2.15.0`. Make sure to use this or a newer version of the datasets library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 326 |
```
|
| 327 |
|
| 328 |
## Note
|
| 329 |
+
This dataset was created with `datasets==2.15.0`. Make sure to use this or a newer version of the datasets library.
|
| 330 |
+
|
| 331 |
+
## Citation
|
| 332 |
+
If you use the code/data, feel free to cite our publication [DAPR: A Benchmark on Document-Aware Passage Retrieval](https://arxiv.org/abs/2305.13915):
|
| 333 |
+
```bibtex
|
| 334 |
+
@article{wang2023dapr,
|
| 335 |
+
title = "DAPR: A Benchmark on Document-Aware Passage Retrieval",
|
| 336 |
+
author = "Kexin Wang and Nils Reimers and Iryna Gurevych",
|
| 337 |
+
journal= "arXiv preprint arXiv:2305.13915",
|
| 338 |
+
year = "2023",
|
| 339 |
+
url = "https://arxiv.org/abs/2305.13915",
|
| 340 |
+
}
|
| 341 |
+
```
|