Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ configs:
|
|
| 17 |
|
| 18 |
## Dataset Details
|
| 19 |
|
|
|
|
|
|
|
| 20 |
### Dataset Description
|
| 21 |
|
| 22 |
<!-- Provide a longer summary of what this dataset is. -->
|
|
@@ -66,4 +68,14 @@ The annotator compensation was approximately 9 GBP/hour (the compensation was fi
|
|
| 66 |
|
| 67 |
## Citation
|
| 68 |
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Dataset Details
|
| 19 |
|
| 20 |
+
More details on the dataset can be found in our paper: https://arxiv.org/abs/2412.17031.
|
| 21 |
+
|
| 22 |
### Dataset Description
|
| 23 |
|
| 24 |
<!-- Provide a longer summary of what this dataset is. -->
|
|
|
|
| 68 |
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
+
```
|
| 72 |
+
@misc{druid,
|
| 73 |
+
title={A Reality Check on Context Utilisation for Retrieval-Augmented Generation},
|
| 74 |
+
author={Lovisa Hagström and Sara Vera Marjanović and Haeun Yu and Arnav Arora and Christina Lioma and Maria Maistro and Pepa Atanasova and Isabelle Augenstein},
|
| 75 |
+
year={2024},
|
| 76 |
+
eprint={2412.17031},
|
| 77 |
+
archivePrefix={arXiv},
|
| 78 |
+
primaryClass={cs.CL},
|
| 79 |
+
url={https://arxiv.org/abs/2412.17031},
|
| 80 |
+
}
|
| 81 |
+
```
|