Update README.md
Browse files
README.md
CHANGED
@@ -63,4 +63,16 @@ from datasets import load_dataset
|
|
63 |
# Load the dataset
|
64 |
subset = "1_correct" # Change to the subset that you want to use
|
65 |
dataset = load_dataset("cambridgeltl/DARE", subset)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
```
|
|
|
63 |
# Load the dataset
|
64 |
subset = "1_correct" # Change to the subset that you want to use
|
65 |
dataset = load_dataset("cambridgeltl/DARE", subset)
|
66 |
+
```
|
67 |
+
|
68 |
+
## Citation
|
69 |
+
|
70 |
+
If you use this dataset, please cite our paper:
|
71 |
+
```
|
72 |
+
@article{sterz2024dare,
|
73 |
+
title={DARE: Diverse Visual Question Answering with Robustness Evaluation},
|
74 |
+
author={Sterz, Hannah and Pfeiffer, Jonas and Vuli{\'c}, Ivan},
|
75 |
+
journal={arXiv preprint arXiv:2409.18023},
|
76 |
+
year={2024}
|
77 |
+
}
|
78 |
```
|